Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
glhez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know how I could disable the "maven completion" that display when you ask for a quick fix in such case :
In this case, I am writing :
The code is obviously wrong but I'm accustomed to let Eclipse "complete" the field/variable declaration: in this case, I would have wanted to select "Create locale variable".
However, from time to time, I select the Maven "Add [some GAV]]" option by mistake - needless to say this fire an hell of dependency update and annoying project build (I do understand that updating one dependency would trigger such build, ... but in my case this has a tendency to block Eclipse)
I would like to remove them from any Java editor or at least make sure they go last.
How can I do that ?
Is that present as an option here ?
Beta Was this translation helpful? Give feedback.
All reactions