About 485,000 results
Open links in new tab
  1. How can I manually download .vsix files now that the VS Code ...

    Jan 16, 2025 · Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can …

  2. How should I use Outlook to send code snippets? [closed]

    Jul 20, 2009 · When I paste code into Outlook or have sentences containing code or technical syntax I get annoyed by all of the red squiggles that identify spelling errors. If you want …

  3. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · Code Formatting Shortcut: Visual Studio Code on Windows - Shift + Alt + F. Visual Studio Code on MacOS - Shift + Option + F. Visual Studio Code on Ubuntu - Ctrl + Shift + I. …

  4. How can I comment multiple lines in Visual Studio Code?

    For python code, the "comment block" command Alt + Shift + A actually wraps the selected text in a multiline string, whereas Ctrl + / is the way to toggle any type of comment (including a …

  5. How to shift a block of code left/right by one space in VSCode?

    Dec 20, 2017 · This method detects the indentation in a file and indents accordingly.You can change the size of indentation by clicking on the Select Indentation setting in the bottom right …

  6. How to compile and run Java code in Visual Studio Code

    I downloaded Visual Studio Code and installed the "Java Extension Pack" by Microsoft. Afterwards I downloaded the jdk1.8.0_161 and created the required environment variables as …

  7. How to change current working directory in VS Code?

    Jun 18, 2021 · We can achieve this by using code --reuse-window path or use the short version code -r path This CLI will change the current directory of your VS code without opening a new …

  8. How to completely uninstall VS Code on Windows?

    Jun 6, 2022 · Delete the folder Code; Voila! Restart Visual Studio Code and it is reset! Here is a bat script which does the same thing: explorer.exe %appdata% del Code P.S: Since, you want …

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

    Jan 9, 2019 · Navigate to your project directory and open Visual Studio Code there. (django-project) C:\Users\prash\Videos\myFolder\projects>code . in Visual Studio Code, go to menu …

  10. How to change interpreter in Visual Studio Code?

    Dec 2, 2017 · Terminal output is needed because it allows to provide user input easily. I've tried instructions provided on VSC page, like manual interpreter's path indication in folder or …