Search
10 results found
-
Visual Studio Code - Code Editing. Redefined
Use your favorite shell whether it's zsh, pwsh, or git bash, all inside the editor. Run code. Run and debug your code without leaving your editor. Version control. Built-in support for git and many other source control providers. Build tasks. Run tools and analyze their results from within VS Code. Local history
-
Getting started with Visual Studio Code
Download and install VS Code. Open the Command Palette. Python - IntelliSense, linting, debugging, code formatting, refactoring, and more. Live Preview - Hosts a local server to preview your webpages. Customize your editor with color themes. Code Editing in Visual Studio Code - Learn about the advanced code editing features in VS Code.
-
Getting started with Visual Studio Code
In this tutorial, you learn about the key features of Visual Studio Code to help you get started with coding quickly. You learn about the different components of the user interface and how to customize it to your liking.
-
Visual Studio Code for the Web
Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser.
-
Documentation for Visual Studio Code
Download VS Code for Windows, macOS, or Linux. Follow the setup guide to install and configure VS Code for your OS. Discover the key features of VS Code with the step-by-step tutorial. Get started with GitHub Copilot, your AI coding assistant. Write code in your favorite programming language.
-
Basic editing - Visual Studio Code
By default, VS Code requires an explicit action to save your changes to disk, ⌘S (Windows, Linux Ctrl+S). However, it's easy to turn on Auto Save , which will save your changes after a configured delay or when focus leaves the editor.
-
Visual Studio Code Tips and Tricks
Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more.
-
Setting up Visual Studio Code
VS Code is a free code editor, which runs on the macOS, Linux, and Windows operating systems. Follow the platform-specific guides below: VS Code is lightweight and should run on most available hardware and platform versions. You can review the System Requirements to check if your computer configuration is supported.
-
Edit and run code in Visual Studio Code
Learn the basics of editing and running code in VS Code.
-
Code Navigation - Visual Studio Code
VS Code provides two powerful commands to navigate in and across files with easy-to-use key bindings. Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it.