3

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...

4

1 回答 1

1

在 7.2 版中,可以通过 禁用此功能Options > Editor > Code Completion > "Insert Closing Brackets Automatically"。7.3 应该是一样的

于 2013-03-05T21:42:27.540 回答