This Atom package adds autocompletion support for JSP with focus on it's subset JSPX. Uses the autocomplete-plus package.
<jsp:useBean>
tags.tld
filesSee setup for an explanation how to get autocompletion based on .tld
files to work.
.tld
files.tld
filesscope
, var
)
To find all taglib declarations the package crawls the file system by following include directives.
tldSources
: array of directories containing tld filesapm install autocomplete-jsp
autocomplete-jsp.tldSources
to a directory of your choice, for example ~/tlds
and make sure this directory exist.mkdir ~/tlds
cd ~/tldswget https://raw.githubusercontent.com/javaee/jstl-api/master/impl/src/main/resources/META-INF/c.tldwget https://raw.githubusercontent.com/javaee/jstl-api/master/impl/src/main/resources/META-INF/fmt.tldwget https://raw.githubusercontent.com/javaee/jstl-api/master/impl/src/main/resources/META-INF/fn.tldwget https://raw.githubusercontent.com/javaee/jstl-api/master/impl/src/main/resources/META-INF/sql.tldwget https://raw.githubusercontent.com/javaee/jstl-api/master/impl/src/main/resources/META-INF/x.tld
.tld
files into this directorycp ~/workspace/someProject/src/main/resources/WEB-INF/*.tld ~/tlds# or perhaps evencp ~/workspace/*/src/**.tld ~/tlds/
This project is licensed under the terms of the MIT license. A copy of the license can be found in the root directory of the project in the file LICENSE.md.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.