c# - Is there any way to configure Visual Studio's Intellisense to pick the instance variable instead of the class? -



c# - Is there any way to configure Visual Studio's Intellisense to pick the instance variable instead of the class? -

every time utilize variable name that's same class name, visual studio's intellisense selects class name default:

this quite annoying. i'd to, default, pick instance variable instead of class. possible configure visual studio 2010 this? i'm using resharper 5.1 if helps.

it doesn't matter.

selecting either 1 result in same text, can select class.

c# visual-studio visual-studio-2010 resharper intellisense

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -