About 492,000 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio 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 recreate a .vsix version of …

  2. How to disable AI autocomplete in VS Code? - Stack Overflow

    In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions don't...

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

  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 when selecting …

  5. What is the best way to insert source code examples into a Microsoft ...

    In Word, it is possible to paste code that uses color to differentiate comments from code using "Paste Keep Source Formatting." However, if you use the pasted code to create a new style, Word …

  6. The code . command opens Cursor instead of VS code

    May 11, 2025 · 11 When you install the "Cursor" AI code editor / IDE on Windows, it takes over the code command which many developers often use in the terminal to quickly open VSCode. For example, …

  7. Visual Studio Code "Open With Code" does not appear after right ...

    Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.

  8. Add "Open with Visual Studio Code" shortcut to right click menu

    Jan 29, 2023 · For those who are new to the Registry Editor, here's an additional note for Step 3: Double-click on the (Default) key to open a popup. Enter your value there. If you're entering "Open …

  9. How to step through Python code to help debug issues?

    In Java/C# you can easily step through code to trace what might be going wrong, and IDE's make this process very user friendly. Can you trace through python code in a similar fashion?

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

    101 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 disables …