When I click Ctrl+ Left mouse buttonor F12on a variable, I get a variable declaration.
Is there such a shortcut to go on to defining a class like a variable? Therefore, when I have a variable string functionCode, I would like to click functionCodeanywhere in the program and immediately go to the object browser, showing me the class of strings.
Of course, this is most useful for self-defined classes and member variables. Sometimes I donβt see the type of an element in a method at all - everywhere is simple var. To get to the definition of a class, I have to get to the definition of a variable and from there to the definition of a class.
OK, it's all about keeping one click ... but I'm lazy ... is this possible?
PS: ReSharper is also welcome.
source
share