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?
feedback
|
|
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" | |||||
feedback
|