herpderp
herpderp

Reputation: 16187

Close auto-suggestion popup in Eclipse

Is there a way to do this? You might say "just keep typing", but sometimes it'll happen when I want to start a new line(like in XML files when I'm defining various attributes, each on their own line). So if I hit Enter, it inserts the first suggestion and I have to ctrl+z it and hit Enter again. Clicking elsewhere in the editor window kills the suggestion popup, but that involves taking my hand off the keyboard, and then I have to re-insert the cursor in the right place.

Frankly I think auto-suggestion is annoying, but I can't seem to turn it off in XML files. Unchecking the "automatically make suggestions" box in XML->XML Files->Editor does nothing.

Upvotes: 0

Views: 2778

Answers (3)

Pratik Popat
Pratik Popat

Reputation: 3009

You can Disable Auto Complete using

ellipse -> window -> preferences -> java -> Just Click on Content Assist(dont expand) ->

uncheck AutoActivation

thats it Click apply and OK

Upvotes: 1

Aaron McIver
Aaron McIver

Reputation: 24723

As you mentioned...

Window -> Preferences -> XML -> XML Files -> Editor -> Content Assist ->

...and uncheck Automatically make suggestions should do the trick. There is also the Typing section under Editor that has a place to make changes but the above should stop the IDE from making suggestions.

Upvotes: 0

Fabian Steeg
Fabian Steeg

Reputation: 45754

If I don't get you wrong I think you are looking for the Esc key.

Upvotes: 3

Related Questions