JSTL autocomplete w/o Taglib declaration in same JSP Follow
Hi,
like many others i have many JSPs which just do an include of a taglib declaration JSP to have all the definitions during runtime. THe problem is, this way IDEA marks everything read and i cant autocmplete JSPs. Is there any way i can tell IDEA to use the taglibs defined somewhere else or is there a concept of global taglib definitions?
Just for the matter of completeness, a content JSP could look something like this:
<message key="myKey"></message>
]]>
Thanks for infos.
marc
Please sign in to leave a comment.
Hi,
http://www.jetbrains.net/jira/browse/IDEA-299
Marc Logemann wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I would have bet that this issue has been proposed several times. But as the JIRA entry is a "new feature" request, i doubt so. I am really wondering how all the other people handle this.