JSTL autocomplete w/o Taglib declaration in same JSP
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:
<%@ include file="/taglibs.jsp"%>
<fmt:message key="myKey"></fmt:message>
]]>
Thanks for infos.
marc
请先登录再写评论。
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.