10 results found
-
Variables reference - Visual Studio Code
To reference VS Code settings (configurations), use the $ {config:Name} syntax. For example, $ {config:editor.fontSize} references the editor.fontSize setting. You can use any VS Code command as a variable with the $ {command:commandID} syntax. A command variable is replaced with the (string) result from the command evaluation.
-
Visual Studio Code debug configuration
In VS Code, there are two core debugging modes, Launch and Attach, which handle two different workflows and segments of developers. Depending on your workflow, it can be confusing to know what type of configuration is appropriate for your project.
-
Basic editing - Visual Studio Code
Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code. Being able to keep your hands on the keyboard when writing code is crucial for high productivity.
-
Browser debugging in VS Code
Visual Studio Code includes a built-in debugger for Edge and Chrome. There are a couple ways to get started with it. Use the Open Link command to debug a URL. Clicking a link in the JavaScript debug terminal. We also have more detailed walkthroughs to get started with React, Angular, and Vue, as well as other debugging recipes.
-
Programming Languages - Visual Studio Code
In Visual Studio Code, we have support for almost every major programming language. Several ship in the box, for example, JavaScript, TypeScript, CSS, and HTML but more rich language extensions can be found in the VS Code Marketplace. Here are eight of the most popular language extensions:
-
Formatting Python in VS Code
Open a Python file in VS Code. Right-click on the editor to display the context menu. Select Format Document With.... Select Configure Default Formatter... from the drop-down menu. Select your preferred formatter extension from the list.
-
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.
-
Get started with CMake Tools on Linux - Visual Studio Code
In this tutorial, you'll use the CMake Tools extension for Visual Studio Code to configure, build, and debug a simple C++ CMake project on Linux. Aside from installing CMake, your compiler, debugger, and build tools, the steps in this tutorial apply generally to how you'd use CMake on other platforms, like Windows.
-
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.
-
User and workspace settings - Visual Studio Code
VS Code stores workspace settings at the root of the project in a .vscode folder. This makes it easy to share settings with others in a version-controlled (for example, Git) project. You can access the workspace settings in a few ways: Not all user settings are available as workspace settings.