
Keyboard shortcuts for Visual Studio Code
Visual Studio Code lets you perform most tasks directly from the keyboard. This article explains how you can modify the default keyboard shortcuts that come with VS Code.
Default keyboard shortcuts reference - Visual Studio Code
For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette.
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
Running Python code in Visual Studio Code
The VS Code Native REPL for Python builds upon the classic Python REPL and provides additional features, such as Intellisense and syntax highlighting to make your Python development experience …
Quick Start Guide for Python in VS Code - Visual Studio Code
There are also additional ways you can iteratively run snippets of your Python code within VS Code: Select one or more lines, then press Shift+Enter or right-click and select Run Selection/Line in …
Getting started with the terminal - Visual Studio Code
While you're writing code, you might have to run shell commands to build, test, or deploy your application. The terminal in VS Code enables you to run these commands without leaving 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 …
Tutorial: Get started with Visual Studio Code
This tutorial gives you an overview of the key features of Visual Studio Code to help you get started quickly.
⌘W ⇧⌥⌘PgDn Close Column (box) selection page down unassigned shortcuts available at aka.ms/vscodekeybindings
Navigate and edit Java source code - Visual Studio Code
With the help of Semantic Highlighting, VS Code can provide more accurate source code coloring based on symbol information from the Java language service. Below is just one example, left is the …