VSCodeHow to develop Python? The following article will share with you 14 unmissable plug-ins for developing Python in VSCode. Come and collect them to see if you need them!
It can be said that the editor Visual Studio Code has allowed Microsoft to win back the king position in the open source community. You must know that 14 million of the 24 million developers in the world call VSCode. With the combination of GitHub and VSCode, almost all programmers cannot do without VSCode. However, VSCode is so good that it is worth using by every programmer. I even think non-programmers can use it to code. Character. [Recommended study: "vscode Getting Started Tutorial"]
If you haven't used VSCode yet, install one, and it may open up a new world.
Today I share 14 very practical VSCode plug-ins that can make you write code like a god, especially Python code.
In view of the lightweight nature of VSCode, old users don’t have to worry about performance problems caused by installing “too many” extensions. If you want to do your job well, you must first sharpen your tools, so feel free to install it!
Effect display:
When you write When you write Python code, it will help you improve the code in real time. It automatically reviews and refactors your code so you can spend more time focusing on writing new code and less time cleaning up. Can make your Python code cleaner and more readable.
Use it to quickly find areas where your code can be refactored, see immediate suggestions for improvements, and understand how new changes affect code quality.
Main functions:
Effect display:
Effect display:
It displays focus in the status bar of the editor The size of the file and if you click on the status bar component it will show more information about the file.
If you can’t understand the code, you can ask Krinql to answer, or let it write the documentation string:
Effect display:
Krinql allows you to write better code super fast. It solves the boring parts of writing code, such as writing docstrings. It can also find how to use libraries and automate them in the VS Code editor itself.
GistPad lets you edit GitHub Gists and repositories directly in VSCode. Repositories and repositories can be opened, created, deleted, forked, and starred, then seamlessly start editing files like local files without having to clone, push, or pull anything. It's like your own developer library for building and referencing code snippets, commonly used configurations/scripts, programming related notes, knowledge base, and interactive examples.
Effect display:
Effect display:
Effect display:
Effect display:
vscode tutorial!
The above is the detailed content of Develop Python with VSCode, these 14 plug-ins are not to be missed!. For more information, please follow other related articles on the PHP Chinese website!