

Insert space within empty parameter list parentheses Insert space within parameter list parentheses Insert space between a function declaration's name and parameter list Insert space within empty bases list parentheses Insert space within bases list parentheses Insert space between a class declaration's name and bases list Indeterminate: leaves original formatting in place.Įxamples for the various options are provided in the following tables: Class definitions option.Checked: ensures the spacing is applied.Spacing controls where spaces are inserted or removed around various language constructs. Select Edit > Advanced > Format Document.Select Edit > Advanced > Format Selection.Python support in Visual Studio also adds the useful Fill Comment Paragraph command to the Edit > Advanced menu as described in a later section. You need to select Show all settings for these options to appear: The General tab determines when formatting is applied settings for the other three tabs are described in this article. Formatting options by default are set to match a superset of the PEP 8 style guide.

You can set your formatting options through the menus Tools > Options > Text Editor > Python > Formatting and its nested tabs. Visual Studio lets you quickly reformat code to match pre-configured formatting options. Applies to: Visual Studio Visual Studio for Mac Visual Studio Code
