Developing Python with Vscode

Source: Internet
Author: User

Plug-in Installation:

  1. Install Pylint (pylint is a Python Code analysis tool that parses errors in Python code to find code style standards that are not compliant (Pylint the code style used by default is PEP 8, specific information, see resources) and potentially problematic code)
  2. Automatically format code by pressing ALT+SHIFT+F in Vscode after installing YAPF

Open command Line

Enter "Pip Install YAPF"

After the installation of YAPF is successful, open Vscode, file, preferences, user settings, enter "Python.formatting.provider" in the Settings.json file: "Yapf"

A few tips:

  1. View the definition of a function or class
    CTRL + left mouse click on the function name or class name to jump to the definition, the function name or the class name by pressing F12 can also achieve the same function

  2. Change variable name
    Rename a variable by pressing F2 on the variable name

  3. Python breakpoint debugging
    Click on the left side of the line number to set breakpoints, and on the left side of the debug screen you can see the variable changes

Developing Python with Vscode

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.