Real-time refresh of Eclipse Workspace

  1. I add a file in the windows directory, which is not added to the eclipse workspace, but can only be refreshed manually.
  2. html, js and css are not very friendly to be written under eclipse. I now use vs code to write them, and after returning eclipse, I also need to refresh them manually before they can be hot deployed to Tomcat.
Finally, how to enable eclipse to refresh the workspace in real time and automatically add and update files. How to configure it, or what plug-ins need to be installed. Thank you first.

Mar.11,2021
The

plug-in has not been studied, and the feasible way is to edit the HTML file in the release directory directly, and copy it back to your project directory after writing it. Then you can use node to write a simple program that listens to changes in your project directory files and automatically Synchronize to the release directory. The ultimate solution is to separate the front and rear, which is the best solution.

Menu