R# 6.1 Keeps resetting my VS2010 Text Editor Preferences
In Tools->Options->Text Editor->Basic there are 2 options for statement completion
(1) Auto list members
and (2) Parameter information which R# periodically unchecks for me
The reason I want to keep these on is that R# Intellisense doesn't give me any hints for a situation like this:
Public Overrides Function <caret here>
Standard VS2010 gives me auto completion here as:
Public Overrides Function toString()
Public Overrides Function ...
I want Intellisense to help me with what methods I can override. Please don't make R# uncheck this...
Please sign in to leave a comment.
When I switch to using VS2010 intellisense the 2 items mentioned in my previous post aren't checked back.