
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 one ...
What are the differences between Visual Studio Code and Visual Studio ...
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.
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 profile is …
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 when selecting …
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 …
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 of Visual …
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, but in …
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 a si...
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 commit and …
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.