I just did some tests under IDEA 5.0.1 and there are some issues.
Java comment TODOs weren't recognized until I added an XML or JSP TODO comment earlier in the file.
JSP comments <%-- --%> are highlighted incorrectly. The close comment marker is highlighted like the rest of the TODO comment. XML TODO comments are OK.
Well, I guess they are not supposed to be. Who would have thunk it?
Hi,
IDEA should recognize java style TODOs in java code of jsps.
zmbs wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Well, I don't know if it is just me, but none of my TODOs are highlighted in my JSPs.
Should I open a request for this?
I just did some tests under IDEA 5.0.1 and there are some issues.
Java comment TODOs weren't recognized until I added an XML or JSP TODO comment earlier in the file.
JSP comments <%-- --%> are highlighted incorrectly. The close comment marker is highlighted like the rest of the TODO comment. XML TODO comments are OK.
Rick