I'm developing a Spring Boot project with Thymeleaf as template engine. I use Eclipse STS IDE, where I run the project.
If I change something on a template (.html) from inside Eclipse STS I will see the change on the view, but if I use another editor (for example TextMate or Brackets) it doesn't get the change.
Shortly, how can I develop html templates from another editor (external to Eclipse STS)?