I'm using NetBeans 7.3 to edit JavaScript files.
Whenever I type a (
or a [
, NetBeans automatically inserts a )
or a ]
.
I find this annoying (it also doesn't always work correctly).
Is there a way to turn this feature off?
This was possible in NetBeans 7.2 by disabling the following feature:
- Insert Closing Brackets Automatically
However, it no longer works in NetBeans 7.3
In NetBeans 7.3 this feature only controls whether or not closing brackets are added after if statements, for loops, etc...