Reporter | Denis Abramov (sparky2708) |
---|---|
Created | Nov 17, 2011 7:34:57 PM |
Updated | Apr 26, 2012 9:45:46 PM |
Priority | Show-stopper |
Type | Feature |
Fix versions | Mirabile Futurum |
State | Open |
Assignee | Sergey Coox (coox) |
Subsystem | Intellisense |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
2 Problems here:
--- 1 —
In VS2010 Tools->Options->Text Editor->Basic there are 2 options for statement completion:
(1) Auto list members
(2) Parameter information which R# periodically unchecks for me
Resharper keeps turning these off for me. If you can't add #2 please don't make R# uncheck these items...
--- 2 —
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 Intellisense 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.
--- 1 —
In VS2010 Tools->Options->Text Editor->Basic there are 2 options for statement completion:
(1) Auto list members
(2) Parameter information which R# periodically unchecks for me
Resharper keeps turning these off for me. If you can't add #2 please don't make R# uncheck these items...
--- 2 —
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 Intellisense 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.