Autocomplete in JSP files with JSTL -


being switched sublime text notice lack of jsp/jstl support. while every filetype has autocomplete see isn't supported jsp files.

example: when have:

<c:foreach var="kitten" items="${kittens}">     <c:set var="name" value="${kitten.name}" /> </c:foreach> 

it great if autocomplete 'kitt...', 'nam...' , etc... catch drift?

  • is not working because scope jsp files 'text.html.jsp'? , not source.jsp?
  • can it? there way support this? maybe can make plugin (any examples?)?

btw: have same problem snippets in jsp files: no autocomplete popup in jsp files snippets


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -