Reputation: 6537
I don't understand why resharper Alt + Insert inserts not class, but it's template instead.
Any ideas, why?
Upvotes: 0
Views: 56
Reputation: 3450
If ReSharper doesn't work for one solution, try to clean Resharper caches: https://resharper-support.jetbrains.com/hc/en-us/articles/206546989-ReSharper-stopped-working-for-a-single-specific-solution
Upvotes: 1
Reputation: 18583
I suspect that there is an exception being thrown while it is being inserted and it fails to finish expanding the template. Can you run VS with devenv.exe /ReSharper.Internal
and try again, please? Keep an eye out for a small popup in the bottom right of the window with details about an exception.
Upvotes: 3
Reputation: 5075
I think the shortcut Alt + Ins
is assigned to wrong command. Follow below steps and verify whether the keyboard shortcut is correct. Otherwise assign Alt+Ins
to correct command.
-On the main menu, choose Tools | Options. Expand the Environment
node, then click Keyboard.
Upvotes: 0