I am working on a Grails web project using Spring Source Tool Suite 2.9.0 (this IDE is built on Eclipse and looks the same, you can even install eclipse plugins)
I have a subfolder "JS" in the Project folder "MyProject" containing JavaScript files (.js).
When I try to open a javascript function declaration by right-clicking on the call and selecting "Open Declaration F3", I get the error message "resource is not in the javascript project build path"
Is there a way to control that I can follow the function call and definition (I would try even the Eclipse plugin)
source
share