Using Sublime Text with Eclipse

1

I'm in a new project that uses the Java WEB + Spring in the backend and I just do the front end. I need to keep Eclipse open to run the server.

However, I use Sublime Text 2 in html editing because I find it very agile with emmet extensions, for example.

My problem is that when I make a html change through Sublime , I have to change the Windows window to Eclipse so that it updates to the edited code and only then can check the change in the browser.

    
asked by anonymous 04.10.2017 / 21:47

1 answer

0

Hello, as far as I know, it is not possible to automatically update the project's JSPs automatically through eclipse (if you are in other software, such as yours).

What you might check out is JRebel, it's a hotdeploy platform for eclipse, maybe it might have something like a "refresh schedule."

The software can be downloaded here: link And the (non-commercial) license can be made here: link

    
20.10.2017 / 13:33