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

1

10

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...

Reorientation answered 8/2, 2010 at 9:20 Comment(1)
The MyEclipse version of Eclipse does this out of the box as well as IntelliJ. I haven't been able to gt EL autocomplete to work in the free version of Eclipse.Eisinger
D
2

maybe this one from jboss tools: http://community.jboss.org/wiki/CodeAssistinJBossToolsXMLandJSPXHTMLEditors

Diplegia answered 17/2, 2010 at 17:18 Comment(2)
I installed every single JBoss tool, since it was difficult to find the source of this precise functionality I was after. It turned out to be quite a bundle. Perhaps someone can narrow down the list of packages the need to be installed for this to work?Businesslike
It is part of the visual page editor/richface, and I would imagine it comes with the seams plugin as wellDiplegia

© 2022 - 2024 — McMap. All rights reserved.