Community
Participate
Working Groups
Dear Eclipse support, I am trying to use 'Task Tags' within Eclipse to mark places in my code. My project deals with servlets, jsp's, xml, java, etc. I've enabled the Task tags checkbox under the 'Web & XML' section. But I noticed that the content type lists or filters only the following files: css dtd html jsp xml What about javascript (.js) files? I've noticed that the task tags feature works within jsp files (using <%-- --%>), but when scriptlets are contained within these files, the 'Task Tags' (markers) don't work within the boundaries of the scriplet. right now, the editor puts a 'warning' icon to the left & underlines my custom task tag. My custom task tag is "TODO-JS". Any help in this matter would be appreciated! Thanks! James ex) <% } //TODO-JS %>
A valid, and good, request, but we just don't have the time to do it in this release.
Changed Summary from "Task Tags for Javascript & scriptlets?" Fixed in 3.1 for Java sections when JSP validation is performed (analagous to requiring building of the Java project). JSDT will have to handle the JavaScript bits.
*** This bug has been marked as a duplicate of bug 71558 ***