Resharper Intellisense Property vs Class
I have a situation where, in code, if I have a property with the same name as the class, the intellisense is assuming that I'm trying to work with the class instead of the property. So if I type the code:
if (Orl
and type a period the code changes to:
if(Core.Entities.Orl.
intead of using the local property. Looks like the Intellisense has the Object first in the list so it defaults to that. Is there any way to change this behavior?
See the attached image with the intellisense context popup.
Attachment(s):
ResharperIntellisense.png
Please sign in to leave a comment.
I agree that this would be a wonderful usability improvement!