Reputation: 6095
I downloaded the latest Eclipse IDE for Web and JavaScript Developers, the 6th one down the page.
I've looked at other questions/answers on StackOverflow and other websites for how to disable the auto-completion of quotes and parenthesis [ meaning, when you type a " and you get "", or you type a ( and you get () ], and none of these earlier solutions are findable in this latest eclipse. And digging around in the Window -> Preferences, I can't find how to turn it off either.
Can you please assist me and take a look, and let me know how to turn off this rather FRUSTRATING :-) ""feature?""
Upvotes: 2
Views: 693
Reputation: 34135
In the preferences TextMate > Language Configurations select the content type (probably, org.eclipse.wildwebdeveloper.js
) and in the Auto Closing Pairs tab bellow uncheck the checkbox Enable auto closing brackets at the bottom.
Upvotes: 8