JSTL autocomplete
JSTL / JSP snippet for costructor and autocomplete attribute
Details
Installs
- Total 4K
- Win 3K
- Mac 580
- Linux 498
Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime text JSTL snippet and autocomplete attribute
Basic support for sublime text jstl autocomplete of the standard core libs costructor plus some non-core libs (spring)
Info
- jsp/tag file support
- fn, x, sql, fmt, c, spring, sec, pe, tiles tags support
- autocomplete for parameters not present in the base snippets
start to digit one of the above taglib to view all tags associated to it.
jstl comment included!
Installation
Using Package Manager
The easiest way to install is to use the Package Control extension. Once this is installed, simply select 'Package Control: Install Package' from the command pallette and search for 'JSTL autocomplete'.
Manually
Within Sublime Text, click Preferences > Browse Packages… and create a folder named JSTL-snippet. Clone this repo or add the files into the folder.
develop note:
- highlight JSTL syntax: https://github.com/eparisio/st3-jstl-syntax-highlight , from package control: JSTL syntax highlight
- if i miss some tag or there is some error please open an issue
- credits to https://github.com/JeroenVdb/jstl-sublime-snippets for starting the works, i have resolved some errors and added all the missing tags and libs, plus added to package control
TO DO:
Contribute
If you want contribute follow the project at: