About 10,900,000 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. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

  3. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · 5 Go to the Visual Studio Code preferences, and under interpreter, you'll find Interpreter Path, so set that to the path of your Python installation, restart Visual Studio Code, …

  4. How to search for text in all files in a directory?

    757 Is there a way to search for text in all files in a directory using VS Code? I.e., if I type find this in my search, it will search through all the files in the current directory and return the files that …

  5. Visual Studio Code does not detect Virtual Environments

    Mar 30, 2021 · Visual Studio Code does not detect virtual environments. I run vscode in the folder where the venv folder is located, when I try to select the kernel in vscode I can see the main …

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

  7. Go to definition and back to reference in Visual Studio Code

    I'm currently using VSCode and am trying to use the F12 shortcut which takes me to a definition of an object/function. When I want to go back to the reference, I can't seem to find the right …

  8. Collapse all methods in Visual Studio Code - Stack Overflow

    Mar 8, 2017 · The fold will not fold the code you are currently in, as Visual Studio does. You need to go to the top and hit, for example, Ctrl+K, Ctrl+3 in order to collapse all methods.

  9. How to change interpreter in Visual Studio Code? - Stack Overflow

    Dec 2, 2017 · It is really important to have as much flexible setting in Visual Studio Code (VSC). The problem is that I have no idea how to set VSC terminal to run code in Python 2.x.

  10. Auto activate virtual environment in Visual Studio Code

    Oct 17, 2019 · VS Code should do this by default if it can find your interpreter. If for some reason it cannot or it is located in some other folder, the best way to do this is to follow these 2 simple …