10 results found
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Getting Started with Python in VS Code
Getting Started with Python in VS 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! By using the Python extension, you turn VS Code into a great, lightweight Python editor. If you are new to programming, check out the Visual Studio Code for ...
-
Running Python code in Visual Studio Code
Running Python Code in Visual Studio CodeRunning Python code in Visual Studio Code Whether you are experimenting with smaller lines of Python code in the REPL or ready to run a Python script, the Python extension offers multiple ways to run your code. Interactively running Python code The Python interpreter that is installed on your machine gives you what's known as an interactive REPL (Read ...
-
C/C++ for Visual Studio Code
Find out how to get the best out of Visual Studio Code and C++.
-
Getting Started with C# in VS Code
Getting Started with C# in VS Code This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#. Writing and running a simple "Hello World" application using C#. Introduce you to other learning resources for C# in VS Code. Keep in mind, that this guide won't teach you C#. Instead, it ...
-
Getting started with Copilot Chat in VS Code
Get started with AI-powered chat conversations with GitHub Copilot in Visual Studio Code, inline while you're coding, or in a separate Chat view.
-
User interface - Visual Studio Code
User interface At its heart, Visual Studio Code is a code editor. Like many other code editors, VS Code adopts a common user interface and layout of an explorer on the left, showing all of the files and folders you have access to, and an editor on the right, showing the content of the files you have opened.
-
Tutorial: Get started with Visual Studio Code
Tutorial: Get 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. You then write some code and use the built-in code editing features, such as IntelliSense and Code Actions, and you learn about ...
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists the default keyboard shortcuts in VS Code. You can also view the default shortcuts in the product: Open the Keyboard Shortcuts editor, and then select Show System Keybindings in the More Actions (...) menu. Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command ...
-
Debug code with Visual Studio Code
One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.