Ali Shakiba
Ali Shakiba

Reputation: 21267

EL content assist in Eclipse Indigo 3.7?

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.

Upvotes: 3

Views: 1909

Answers (1)

VonC
VonC

Reputation: 1324208

Make sure this isn't linked to bug 307240: Context Assistant for Expression Language does not work if no runtime is selected

no content assist on EL

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

Upvotes: 2

Related Questions