rsUser333
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
-
rsUser333 created a post, double click text selection doesn't work correctly
When I have ReSharper enabled, double clicking on a word doesn't always select the text ( double click then <ctrl>+c is a common part of my workflow). I can usually reproduce this behavior with the... -
rsUser333 created a post, Prevent auto complete of generic container field moves line below to current line
If I start out with this piece of code, class TestClass { Dictionary<string, int> dic = new Dictionary<string, int>(); } and auto-complete a List<> to the line above the Dictionary field, class... -
rsUser333 created a post, If statement auto-complete suggestions are too limited. I always have to escape the first set
If statement auto-complete suggestions are too limited. I always have to escape the first set When typing the condition in an if statement, the auto-complete suggestions are limited to bool field m... -
rsUser333 commented, -
rsUser333 created a post, Prevent auto private modifier to class fields
If I am creating a member field like int my_field , when I press semi-colon to end the line, Resharper adds a private modifier to the beginning and inserts a new line. How can I prevent this behavi...