I was hoping to utilize this in TextMate, but I couldn't find any features aside from the Show Web Preview. This feature allows me to set the interval for updating the page, but it doesn't support watching files or applying syntax highlighting.
An example of what I am looking for is similar to the CoffeScript Try Now feature, where I can type on one side and see the corresponding JavaScript file on the other side.
My ideal scenario would involve opening a .coffee file and running coffee -watch in the terminal to track any changes made to that specific file. Then I could have another window in my text editor that continuously updates the generated .js file.
Something like this: [link to visual representation]
If I haven't explained myself clearly, please let me know. Basically, I want to see real-time changes to my files after running a script, with syntax highlighting and other features if possible.
I'm currently testing out the kaleidoscope app, which has great visualization capabilities but lacks editing and syntax highlighting features. Something similar with these functionalities would be ideal.
Cheers!