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

  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 …

  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. Visual studio code - keyboard shortcuts - expand/collapse all

    Sep 27, 2016 · Folding functionality has was introduced and fully integrated starting from Visual Studio Code version 0.10.11. Below are the available keyboard shortcuts for folding:

  5. How to automatically approve/continue GitHub Copilot terminal …

    Jul 31, 2025 · When using GitHub Copilot in VS Code through the Chat tab, it frequently suggests running terminal commands and asks for iteration permissions. Each time it wants to execute …

  6. How can I switch word wrap on and off in Visual Studio Code?

    928 When using code files, you typically don't need longer lines to wrap around. However, with .md files this is in fact rather useful. However, I can't seem to find the option to enable word …

  7. Set language for syntax highlighting in Visual Studio Code

    VS Code has a setting, files.defaultLanguage, to configure a default language for untitled files. With this release, the setting can take a new value {activeEditorLanguage} that will …

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

    VS Code's environment (the environment variables it has) will be its environment as it was given when it was created (see also . TL;DR you generally can't change a process' environment …

  9. Change the encoding of a file in Visual Studio Code

    Mar 30, 2019 · The existing answers show a possible solution for single files or file types. However, you can define the charset standard in VS Code by following this path: File > …

  10. How do I install pandas into Visual Studio Code? - Stack Overflow

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.