About 1,660,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 to indent/format a selection of code in Visual Studio Code?

    279 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 …

  4. vs code not opening up in windows - Stack Overflow

    May 10, 2020 · Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user …

  5. How to reset settings in Visual Studio Code? - Stack Overflow

    Mar 20, 2016 · I've hidden the menu bar by accident and I can't find a way to show it again. How do I restore the default settings in Visual Studio Code? Here I found a detailed description of …

  6. vs code: Error while fetching extensions. Failed to fetch

    Sep 16, 2024 · Problems starts when I update vs code, when I open vsc after upd .NET extensions show me errors in panel in bottom, and my font not work anymore. For first I try to …

  7. Python - How to show graph in Visual Studio Code itself?

    Apr 24, 2018 · You can split your code into cells using # %% as in this example. Running code this way, Visual Studio Code opens an Interactive pane that displays the plots inline.

  8. 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, …

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

  10. How can I disable GitHub Copilot in VS Code? - Stack Overflow

    Official Documentation You can disable the built-in AI features in VS Code with the chat.disableAIFeatures setting, similar to how you configure other features in VS Code. This …