Resharper issues: Shift + tab / code snippets
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I use the Resharper plugin, and it messed up one (I hope just one) of my hotkeys. Shift + tab, is supposed to decrease the indent of the selected rows. After installing resharper, on my first shift+tab, it prompted me, asking if I wanted to use Resharpers hotkey or VS'. I chose VS', and it stopped working right there. Another small Resharper issue, it's very hard to work with code snippets (like 'prop' + [tab] or 'for' + [tab]) because the intellisense of Resharper takes over, but does not include these. Anyone experienced any of these problems?
public object BufferOverFlow { __get { return BufferOverFlow; } __set { BufferOverFlow = value; } }