About 1,220,000 results
Open links in new tab
  1. Visual Studio: How do I show all classes inherited from a base class ...

    78 You don't necessarily need Reflector for this - Visual Studio's "Class Diagram" view will let you easily find all derived classes for a particular class as well. Right click on the class in "Class …

  2. Generate a class diagram from Visual Studio - Stack Overflow

    Jun 19, 2013 · For generating the class diagram Visual Studio is providing the in-built option please use that, Go to class view window of your project, RightClick -> select View -> click on …

  3. Visual Studio 2022 How to locate current file in Class View using a ...

    Sep 23, 2022 · I can use a short cut to locate the current file in solution explorer, but I can't do the same for Class View. I don't want to always track the current file open. I want to press a …

  4. Visual Studio window which shows list of methods

    May 12, 2010 · In Visual Studio, is there a window which shows list of methods in the active class? A small window like the Solution Explorer would be great. In Eclipse, there is one.

  5. View Class Hierachy in VS Code - Stack Overflow

    Mar 29, 2019 · Does VS Code inherently come with any tool other than Ctrl + Shift + O to view the entire class hierarchy within a project? Think similar to a Visual Studio solution or Eclipse project.

  6. Analog of class view in Visual Studio Code - Stack Overflow

    Jun 16, 2016 · Analog of class view in Visual Studio Code Asked 9 years, 6 months ago Modified 2 years, 10 months ago Viewed 17k times

  7. How to show code outline in Visual Studio? - Stack Overflow

    Sep 25, 2010 · Here's how to do it in Visual Studio Code. I'm using TypeScript but it works for JavaScript, too. 1) View -> Open View 2) select (or type) Outline 3) You'll now get an Outline …

  8. Visual Studio - Automatically refresh class view when changing class

    Apr 20, 2017 · One feature that I miss when using Visual Studio (2008) is that the class view does not automatically refresh when I change class. In Eclipse it has a (class) 'Outline' window …

  9. c# - Hide Class-View in Solution Explorer - Stack Overflow

    Nov 3, 2019 · Go to Tools -> Options -> VSCommands 12 and press the "Open Configuration" button. Now the configuration screen of VSCommands will open. Go to "Solution Explorer" …

  10. How to use java .class file in Visual Studio Code?

    Apr 22, 2020 · I'm currently studying a Java course, and one of the assignments requires me to use (import) a class inside a .class file. I'm currently using Visual Studio Code, and I can't …