About 651,000 results
Open links in new tab
  1. Multiline editing in Visual Studio Code - Stack Overflow

    Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at …

  2. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

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

  4. How to indent/format a selection of code in Visual Studio Code?

    278 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work …

  5. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · 5 Go to the Visual Studio Code preferences, and under interpreter, you'll find Interpreter Path, so set that to the path of your Python installation, restart Visual Studio Code, …

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

    Jan 16, 2025 · In older Stackoverflow answers, I saw the examples of Visual Studio Marketplace products with links to the .vsix files of the extensions. I don't think that these files are presently …

  7. How can I customize the tab-to-space conversion factor in VS Code?

    Apr 30, 2015 · How do I customize the tab-to-space conversion factor when using Visual Studio Code? For instance, right now in HTML it appears to produce two spaces per press of TAB, …

  8. How can I see local history changes in Visual Studio Code?

    Sep 14, 2022 · There isn’t any option in Visual Studio Code to see file history. If you are using Git, then you can use Visual Studio Code extension Git History to see the file changes after each …

  9. How to add a new project to Github using VS Code

    This was the exact answer I was looking for. Specifically adding a new project to github without leaving the Visual Studio Code interface.

  10. Visual Studio Code not running Python - Stack Overflow

    I'm using the newest version of Visual Studio Code and Python 3.6 (64 bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I try to run …