Anyone know of a way to have a split screen view in Notepad++ where I can be editing my HTML / CSS in one pane/tab and be seeing the Live Preview of what it would look like in a browser in another tab/pane?
Ideally, this would be:
- in Notepad++ itself (using native panes/tabs as described above)
- the user could configure whatever browser rendering engine (Chrome, FF, IE, etc...) they wanted to view the preview in
However, I could live with any variation of the two above, e.g. simply integrated with RubyMine using external windows/browsers, or maybe, the preview only available with limited rendering engines (only Chrome let's say).
brackets.io
are they appearing immediately/live in the preview window? I'm NOT looking for something that I have to click / reload each time after an edit to see the preview. thanks. – Moriyama