Sublime Text: any good JSP development package (jstl & tag lib)?

I am looking for something that makes my life easier on the JSP pages.

Eclipse provides convenient shortcuts such as:

  • JSTL tag autocomplete i.e. <c, <springTags belowc tag shortcutspring tag autocompletion

  • JSTL label for corresponding tag via ctrl + left-click

  • There are no JSTL directives, i.e. missing<%@ taglib prefix

  • Checking basic syntaxes

I cannot come up with other useful tips, but I think that you get what the tools are looking for.

+4
source share
1 answer

you can try the simple syntax highlighting and the autocomplete plugin, which you can find here:

jstl syntax highlighting

JSTL

,

+1

Source: https://habr.com/ru/post/1543181/


All Articles