disable eclipse auto completion

Viewed 24320

I love Eclipse but I HATE auto-completion with a vengeance! I swear though, no matter how hard I look in prefs or Google I can't find where I turn this off!

I'm having the problem with both CFEclipse and the PHP editor.

How do I completely disable all "smart" quotes/tags/braces auto-inserting. Not some of it.. ALL of it. No matter how many options I untick both editors keep trying to finish my code for me.. usually with irritating results. Like this one (PHP editor):

<img alt="banner" src="/images/banner.jpg"></img>

This is HTML, not XHTML - I don't want, or need, my img tags closed.

Anyway this is still happening after I've gone to Preferences | PHP | Editor | Typing and Preferences | PHP | Editor | Code Assist and unchecked every option.

I can't be the only one having this issue but I can't find any howtos or help on this.

9 Answers

Found it (it IS hard to find, I know). It's: Window > Preferences > Web > HTML Files > Editor > Typing (a LOT of steps, I know), then you can uncheck the boxes :).

Related