Prevent ReSharper 9.1 reboot when automatically setting <> angle brackets when generic type auto-complete

I don't like it when tools automatically insert brackets, parentheses, quotes, etc. and disabled these features in Resharper 9.1. However, there is another case where he insists on this. If I type (for example) IEnumerable, it automatically inserts a pair of angle brackets and positions the cursor between them as soon as I type the final "e". This also happens if I press the completion key as a tab before entering the entire word. This forces me to move my hands away from the starting position, so that the arrow points to >(if I type >manually, in the end I get two of them). Is there any way to prevent the inclusion of angle brackets in this case?

Interestingly, if I turn on “Automatically insert parentheses, parentheses, and quotes,” I get the same behavior, but when I type >, it just jumps over the existing cursor >instead of pasting another one.

+4
source share

All Articles