go-to-definition

Go to Definition of class only showing public members

北城以北 提交于 2019-12-01 09:56:06
问题 When I right click on a class (that is part of an third party assembly - not code I have written) in Visual Studio and select "Go to Definition", I can see all the methods, properties etc of the class. I notice all these are all public and no private (or any other level of access) members are shown. Does this feature only show public members of the class? 回答1: You can find the answer on the doc page: When you try to run the Go To Definition or Peek Definition command for types or members that

Visual Studio 2010 extension for Go To Interface Implementation? [duplicate]

旧时模样 提交于 2019-11-30 10:57:26
Possible Duplicate: How do you quickly find the implementation(s) of an interface’s method? I like ReSharper's Go To Implementation feature but I often keep ReSharper disabled. Is there an equivalent extension for Visual Studio 2010? I'm looking for the extension for this little "go to implementation" too. But unfortunately I couldn't find any. May be we will have to wait next version of visual studio or enable ReSharper back (which in my opinion, eating too much resources) Well the best solution for me right now is to use "Call Hierarchy" feature of VS2010. Just follow my instruction below

Visual Studio 2010 extension for Go To Interface Implementation? [duplicate]

 ̄綄美尐妖づ 提交于 2019-11-29 16:20:49
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: How do you quickly find the implementation(s) of an interface’s method? I like ReSharper's Go To Implementation feature but I often keep ReSharper disabled. Is there an equivalent extension for Visual Studio 2010? 回答1: I'm looking for the extension for this little "go to implementation" too. But unfortunately I couldn't find any. May be we will have to wait next version of visual studio or enable ReSharper back