Reputation: 46797
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