TODO Lists: todos not recognized in Grails gsp files
Grails GSP files are recognized as HTML templates. Code completion and inspection are available. But TODOs are not extracted.
This todo is successfully extracted from a .html file, but not from a .gsp file.
<!-- @todo implement me for gsp files :) -->
Is there anything i can do to enable it?
Thanks,
Juri
请先登录再写评论。
Hello Juri,
Most likely this is a bug, related to this YouTrack issue: http://youtrack.jetbrains.net/issue/IDEA-56520
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
ah true. Time to upgrade to 10 :)
Thank you very much!
Greetings,
Juri