About 51 results
Open links in new tab
  1. 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.

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

  3. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · How can I find a file by name (or path) in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, but it does not work here.

  4. How to update VS Code on Windows? - Stack Overflow

    Mar 23, 2020 · VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'. If the update still doesn't …

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

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

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

    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. How can I switch word wrap on and off in Visual Studio Code?

    28 If you want to use text word wrap in your Visual Studio Code editor, you have to press button Alt + Z for text word wrap. Its word wrap is toggled between text wrap or unwrap.

  9. How can I globally set the PATH environment variable in VS Code ...

    Visual Studio Code is the problem. No matter how you set your PATH variable in the shell, there are cases where Visual Studio Code will not inherit your PATH setting.

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

    Jan 9, 2019 · When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went one level up like suggested here, but Visual Studio Code doesn't see my virtual …