ClickIDE provides a very useful feature where one can jump between the Page
template and Page class.
Now Click 2.1.0 introduces the JsImport and CssImport constructs:
new JsImport("/assets/js/xyz.js");
new CssImport("/assets/css/style.css");
Was wondering if it is possible (with Eclipse RCP) to somehow navigate to the
JavaScript and CSS files above?
Perhaps by holding down ctrl and clicking inside the String "/assets/js/xyz.js"
EclipseIDE could detect if the String is a template on the servlet path and open it?
Not sure how difficult this is (or even if its possible) but could be a handy
feature.
bob