I find that JSP code completion only works in certain circumstances.
Specifically:
If I have some pre-existing code like this:
if () {
}
and then add:
if (myObject.) {
}
I don’t get any code completion options.
But if I do this:
if (myObject.
I do…!
It looks to me like code completion only works if there is nothing else on the line after the “.”.
Robbie
What operating system and version are you running?
Windows 2000
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
2.1.2 (200311030802)
– Was Eclipse freshly installed for MyEclipse?
No.
– If not, was it upgraded to its current version using the update manager?
No.
– Are any other external plugins installed?
Yes.
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
10
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
200402281200-2.7.0-GA
What JDK version are you using to run Eclipse? (java -version)
1.3.1_09
What JDK version are you using to launch your application server?
1.3.1_09
What steps did you take that resulted in the issue?
Editing any JSP.
What application server are you using?
JBoss but not relevant to current problem.