City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 285. Visual Studio Code is an editor while Visual Studio is an IDE. Visual Studio Code is cross-platform and fast, while Visual Studio is not fast. Note that Visual Studio for Mac was available but is planned for retirement.

  3. 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. In Visual Studio, is there a command to collapse/expand all the sections of code in a file?

  5. Visual Studio 2008 and Other Versions. If you are using Visual Studio 2008 open the registry at HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text Editor and add a new string called Guides with the value RGB(100,100,100), 80. The first part specifies the color, while the other one (80) is the column the line will be displayed.

  6. Occasionally Visual Studio gets confused after things like folder renames/moves, reference changes or the GUI editor throws a wobbly so it would be nice to be able to quickly restart the solution/project rather than close Visual Studio, reopen it and load the solution/project again. visual-studio. visual-studio-2010. visual-studio-2015.

  7. 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 ...

  8. I'm using Visual Studio 2010 and C#. How can I indent the selected text to left/right by using shortcuts? In the Delphi IDE the equivalents are Ctrl+Shift+I and Ctrl+Shift+U

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

    stackoverflow.com/questions/23173694

    47. VBA code for Excel can only be written inside Excel using the VBA IDE. VBA projects are stored as part of the Excel file and cannot be loaded into Visual Studio. 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.

  10. When doing a console application in Java with Eclipse, I see the output being put in a text box in the IDE itself, instead of having a console popping up like in Visual Studio. This comes in handy,...

  11. In visual studio 2022 (and latest vs2019), We can open terminal from View> Terminal In Visual Studio 2019, you can open Command/PowerShell window from menu Tools → Command Line: You can also try WhackWhackTerminal (does not support Visual Studio 2019 by this date).