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

    Select the Explorer view in the Activity Bar, and select the New File... button to create a new file in your workspace. Enter the name index.html and press Enter . A file is added to your …

  2. Getting started with Visual Studio Code

    User Interface - View the documentation for VS Code. Setup Overview - Documentation for getting up and running with VS Code, including platform specific setup. IntelliSense-VS Code …

  3. Quick Start Guide for Python in VS Code - Visual Studio 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 …

  4. Visual Studio Code tips and tricks

    You can quickly open a file or image, or create a new file by moving the cursor to the file link and then pressing Ctrl+click. Close the currently opened folder Keyboard Shortcut: ⌘K F …

  5. 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! …

  6. Getting Started with Java in VS Code - Visual Studio Code

    VS Code will also try to figure out the correct package for the new type and fill the new file from a template. See Create new file . You can also create a Java project using the Java: Create …

  7. C/C++ for Visual Studio Code

    C/C++ support for Visual Studio Code is provided by a Microsoft C/C++ extension to enable cross-platform C and C++ development on Windows, Linux, and macOS. When you create a …

  8. Code editing in Visual Studio Code

    Create new file. File > New File (⌘N (Windows, Linux Ctrl+N)) Create a simple "Hello world" console application called app.js. IntelliSense provides suggestions as you type. Automatically …

  9. Node.js tutorial in Visual Studio Code

    Click on Run and Debug in the Activity Bar (⇧⌘D (Windows, Linux Ctrl+Shift+D)) and then select the create a launch.json file link to create a default launch.json file. Select the Node.js …

  10. Profiles in Visual Studio Code

    To create a new profile, open the Profiles editor and select the New Profile button. This opens the New Profile form, where you can enter a profile name, choose an icon, and configure the …