How to get EL (Expression Language) content assist (autocomplete) in JSP / JSP Tags in Eclipse?

StackOverflow https://stackoverflow.com/questions/2220539

  •  19-09-2019
  •  | 
  •  

Question

Is there a way, via configuration, upgrade or a plugin to get content assist in JSP EL expressions?

e.g.

${CTRL+SPACE ...

or

${pageContext.CTRL+SPACE ...

etc...

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top