Taglins and JSP:include
Currently, and this applies to 4.x and 5.0, I have to include all the taglibs used on every single page in IDEA so I get the code completion. I'd like to put the taglibs in a single file, maybe called taglib.jsp, include it on every page via jsp:include or some such method, and have the editor use that imported page to autocomplete my taglibs.
If this is not possible, I'll make this a feature request.
Thanks.
Gregg
请先登录再写评论。
Had to edit the subject line.
You can use with IDEA 5 following JSP directive:
<%@ include file="common_includes.jsp"%>
Gregg Bolinger wrote:
--
Maxim Mossienko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"