About 1,150,000 results
Open links in new tab
  1. Is there a way to zoom the Visual Studio text editor with a keyboard ...

    Yesterday I found myself needing to zoom my Visual Studio text editor and was without a mouse (don't ask). Typically I do this by holding down CTRL and scrolling the mouse wheel. I also couldn't fi...

  2. How do I set specific environment variables when debugging in Visual ...

    Sep 19, 2008 · In Visual Studio 2019 right-click your project, choose Properties. In the project properties window, select the Debug tab. Then, under Environment variables start adding your environment …

  3. Where is the Microsoft Visual Studio Community executable located?

    May 25, 2016 · I have Visual Studio Community 2015 installed and it is still located at C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE.

  4. How can I fix the Microsoft Visual Studio error: "package did not load ...

    Jul 10, 2013 · I was not able to launch any solution in Visual Studio 2013, nor could I close Visual Studio 2013. After uninstalling the reporting package and deleting Local / Roaming AppData for Visual …

  5. FInding the path where Visual Studio is Installed

    Apr 3, 2024 · Over the years Visual Studio could be discovered using registry keys, but with recent changes to the deployment and extensibility models a new method is needed to discover possibly …

  6. Is it possible to write Excel VBA Code in Visual Studio

    Feb 21, 2019 · However, you can write VSTO (Visual Studio Tools for Office) managed add-ins for Excel using Visual Studio. The following MSDN page covers both developing with VBA and VSTO. Excel …

  7. Download Microsoft c++ compiler for windows without visual studio …

    Feb 17, 2023 · Is there a way to download somewhere Microsoft c++ compiler (msvc++) without having to install the full visual studio IDE ? I have found some downloads from 2015 but there is no recent …

  8. Visual Studio IDE - return to previous - Stack Overflow

    Jun 23, 2010 · In VS2008, is there a way to return to the cursor’s previous position after pressing F12 to jump to a function definition? I know this is possible with some add-ons, but if there a way to get the ...

  9. 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 Studio using a …

  10. Where is Visual Studio's git.exe location? - Stack Overflow

    Sep 12, 2019 · I'm configuring git through command line but changes seems doesn't apply to Visual Studio 's git actions, so I'm wondering perhaps VS uses another git instance with other configs, …