
To customize the behavior of the analysis engine, see the Python extension code analysis settings and autocomplete settings. They're also available for Python packages that are installed in standard locations. The user is also given a list of options when they begin to type the variable named, greeting.Īutocomplete and IntelliSense are provided for all files within the current working folder. When print is typed, notice how IntelliSense populates auto-completion options. Take a moment to look at the example below. IntelliSense is a general term for code editing features that relate to code completion. In this overview, we will describe the specific editing features provided by the Python extension, including steps on how to customize these features via user and workspace settings. For more information about editing in Visual Studio Code, see Basic Editing and Code Navigation.

The editor includes various features to help you be productive when writing code. Visual Studio Code is a powerful editing tool for Python source code. Configure IntelliSense for cross-compilingĮdit Editing Python in Visual Studio Code.
