I can't seem to get Eclipse to autocomplete anything in my pom.xml file in a Maven project. I haven't created a Maven project in some time but I remember adding a junit dependency and having Eclipse autocomplete the version. I just don't get any options anymore. Any ideas?

link|improve this question

25% accept rate
This is my recollection too. Eclipse and autocompletion is quite poor in my opinion. – Captain Giraffe Feb 15 at 22:41
feedback

1 Answer

First would be, do you have the m2e eclipse installed? that's in "About Eclipse"/plugins in I recall...

Second would be, does the project has a Maven nature ? do you need the Maven contextual menus when you right click on the project ?

Third would be, what editor are you using to open pom.xml -> you can validate this by going into preferences/file associations. or by right clicking on the pom.xml and selecting "open with"

link|improve this answer
Yes I have m2eclipse installed. And I'm using the plain xml editor but I have similar issues using the m2eclipse POM editor. – Mario Feb 16 at 5:23
well if maven completion there is, you would expect it to work from the pom editor. what completion features are you thinking about ? mine works fine, it auto closes tags, ctrl/command + space shows completion – Olivier Refalo Feb 16 at 12:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.