EL content assist in Eclipse Indigo 3.7?

余生颓废 提交于 2019-12-12 15:16:46

问题


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:

  1. Open eclipse
  2. File > New > Dynamic Web Project
  3. Fill in everything, but do not select a target runtime
  4. File > New > JSP file
  5. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!