About 400 results
Open links in new tab
  1. Tutorial: Get started with Visual Studio Code

    In this tutorial, you create a sample JavaScript file and use some of the code editing features that VS Code offers. VS Code supports many programming languages and in a next step, you'll …

  2. Quick Start Guide for Python in VS Code

    You can create a new Python file by selecting New File on the VS Code Welcome page and then selecting Python file, or by navigating to File > New File (). Tip: If you already have a …

  3. Getting Started with Python in VS Code - Visual Studio Code

    In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!

  4. What is a VS Code workspace? - Visual Studio Code

    On this page there are 6 sections On this page. How do I open a VS Code "workspace"? Single-folder workspaces; Multi-root workspaces; Workspace settings; Workspace tasks and launc

  5. Getting started with Visual Studio Code

    Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.

  6. Multi-root Workspaces - Visual Studio Code

    If you want to move your Workspace file to a new location, you can use the File > Save Workspace As command, which will automatically set the correct folder paths relative to the …

  7. Create a CMake hello world project with CMake Quick Start

    Create a CMake hello world project with CMake Quick Start In this article, you'll learn how to create a CMake hello world project from scratch using the CMake Tools extension in VS Code.

  8. Python environments in VS Code

    To create local environments in VS Code using virtual environments or Anaconda, you can follow these steps: open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), search for the …

  9. Jupyter Notebooks in VS Code - Visual Studio Code

    You can create a Jupyter Notebook by running the Create: New Jupyter Notebook command from the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)) or by creating a new .ipynb file in …

  10. Managing Java Projects in VS Code

    You can create a new Java project by clicking the + button in the navigation bar, or through the command: Java: Create Java Project... in Command Palette (⇧⌘P (Windows, Linux …