About 394,000 results
Open links in new tab
  1. How can I open the terminal in Visual Studio? - Stack Overflow

    Aug 1, 2021 · New in Visual Studio 2019 & 2022, there is menu View → Terminal, which will open a PowerShell instance as a Visual Studio dockable window, rather than a floating PowerShell …

  2. Visual Studio Command Window - Stack Overflow

    35 What is the usefulness of the Command Window in Visual Studio (menu View -> Other Windows -> Command Window)? I know that the Visual Studio Command Window is used to …

  3. How do I get the x64 Native Tools Developer Command Prompt …

    Apr 14, 2020 · I have a 64 bit Windows 10 and have installed the 2019 community edition Visual Studio. When I do a search for "x64" in Windows there is only an x86 developer command …

  4. Changing the Git user inside Visual Studio Code

    Generally, Visual Studio Code uses the GitHub credentials from the system's credential manager. It doesn't store it anywhere in the settings. As question says, Changing the Git user inside …

  5. How to open Visual Studio Solution File from the Command Prompt

    If you have mutliple versions of Visual Studio installed and want to open the solution file using a specific version of VS then you can pass the solution path directly to the devenv.exe: …

  6. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings …

  7. Compare two files in Visual Studio - Stack Overflow

    Starting from Visual Studio 2017, there is a command line tool to find the path to the latest VS installed: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe. parsing its …

  8. How do you auto format code in Visual Studio? - Stack Overflow

    Apr 22, 2011 · I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.

  9. Debugging with command-line parameters in Visual Studio

    Nov 18, 2008 · In short, the Visual Studio debugger can be invoked on a program from the command line, allowing one to specify the command line arguments when invoking a …

  10. Starting Visual Studio from a command prompt - Stack Overflow

    May 26, 2017 · I have three different versions of Visual Studio installed on my machine, Visual Studio 2003, Visual Studio 2008, and VS2005. How do I start a particular version of Visual …