问题
I'm not able to use content assist (auto complete, etc.) for el in jsp files in eclipse indigo (wtp). I have create a new workspace and a new dynamic web project but no success.
Any idea how to enable it if possible at all (without installing myeclipse or jboss Tools)?
Thanks.
回答1:
Make sure this isn't linked to bug 307240: Context Assistant for Expression Language does not work if no runtime is selected
Steps to Reproduce:
- Open eclipse
File > New > Dynamic Web Project
- Fill in everything, but do not select a target runtime
File > New > JSP file
- Type
${pageContext.
and hit CTRL-SPACE (mac)Actual result:
You do not see any suggestions: No default Proposals
来源:https://stackoverflow.com/questions/8473542/el-content-assist-in-eclipse-indigo-3-7