About 8,400,000 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Visual Studio Code is a simpler and more efficient code editor with support for development operations like debugging, task running, and version control. It aims to provide …

  2. visual studio code - restore previous version of a saved file in …

    Mar 2, 2022 · The solution is in Local History and Timeline View. It does not need version control. VSCode internally save file in .config/code/Backups in different scenarios. If you want to go …

  3. Install Visual Studio Code for all users - Stack Overflow

    Oct 6, 2018 · I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?

  4. visual studio code - Multirow Tabs for VSCode - Stack Overflow

    Oct 31, 2020 · I do the following for multirow tabs in visual-studio-code (until there is official support or an easier solution): STEP 1: Install the extension VSCode Custom CSS.

  5. Multiline editing in Visual Studio Code - Stack Overflow

    This action in Visual Studio Code is called "Add Cursors to Line Ends". This was tested in Visual Studio Code 1.77.0 (April 2023) and works on both Windows and Mac.

  6. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · Yes. Simply put, that was the change. The download links are no longer displayed in extension pages. But they still "exist", and they still function if you know how to get them, …

  7. visual studio code - How to use ``OUTPUT`` in VSCode? - Stack …

    Jul 19, 2020 · 11 to run code in the output section of visual studio code you can use the extension Code Runner just install, then press CTRL + ALT + N to run the file (supports c++ & python)

  8. visual studio code - how to export to pdf with syntax highlighting ...

    Nov 12, 2022 · I have to export my code into a legible PDF with syntax highlights without having to leave the IDEA. The current way to achieve exactly what I want is to copy the code in Intellij, …

  9. How to view an HTML file in the browser with Visual Studio Code

    Mar 3, 2017 · How can I view my HTML code in a browser with the new Microsoft Visual Studio Code? With Notepad++ you have the option to Run in a browser. How can I do the same thing …

  10. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that …