10 results found
-
Formatting Python in VS Code
Formatting Python in VS Code Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around operators, the code becomes more visually organized and comprehensible. You can view an example on the autopep8 page. Keep in mind, formatting doesn't affect the functionality of the code itself. Linting helps ...
-
Command Line Interface (CLI) - Visual Studio Code
For both files and folders, you can use absolute or relative paths. Relative paths are relative to the current directory of the command prompt where you run code. If you specify more than one file at the command line, VS Code will open only a single instance. If you specify more than one folder at the command line, VS Code will create a Multi-root Workspace including each folder.
-
Getting started with the terminal - Visual Studio Code
Learn how to get started running shell commands with the integrated terminal in Visual Studio Code.
-
Python debugging in VS Code
Python debugging in VS Code The Python extension supports debugging through the Python Debugger extension for several types of Python applications. For a short walkthrough of basic debugging, see Tutorial - Configure and run the debugger. Also see the Flask tutorial. Both tutorials demonstrate core skills like setting breakpoints and stepping through code. For general debugging features such ...
-
Programming Languages - Visual Studio Code
In Visual Studio Code we have support for all common languages including smart code completion and debugging.
-
Python settings reference - Visual Studio Code
Python settings reference The Python Extension for Visual Studio Code is highly configurable. This page describes the key settings you can work with. For general information about working with settings in VS Code, refer to User and workspace settings, as well as the Variables reference for information about predefined variable support. General Python settings
-
Visual Studio Code - Code Editing. Redefined
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
IntelliSense - Visual Studio Code
IntelliSense IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists. IntelliSense features are sometimes called by other names such as "code completion", "content assist", and "code hinting." IntelliSense for your programming language Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON ...
-
Keyboard shortcuts for Visual Studio Code
Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.
-
Getting started with Visual Studio Code
Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.