Brad Robinson
Brad Robinson

Reputation: 46797

IntelliJ, disable automatic closing angle bracket on generics

In IntelliJ, if I type this:

ArrayList<MyType>(

I get this:

ArrayList<MyType>(>(

because IntelliJ is being too clever and automatically putting in the closing angle bracket and opening round bracket. I find easier to type what I'm thinking than to right arrow, tab whatever to get past it.

It catches me every time and I'd love to be able to turn this off, but can't find the option.

Upvotes: 1

Views: 411

Answers (1)

Brad Robinson
Brad Robinson

Reputation: 46797

It's broken in IntelliJ 11.5, fixed in 12.0+.

Upvotes: 1

Related Questions