search
HomeDevelopment ToolsVSCodeDevelop Python with VSCode, these 14 plug-ins are not to be missed!

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!

Develop Python with VSCode, these 14 plug-ins are not to be missed!

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!

1. Refactor your Python code in real time: Sourcery

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

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:

  • Real-time refactoring suggestions
  • Continuous code quality feedback
  • Multiple file analysis
  • Duplicate code Detection
  • GitHub Pull Request Comments
  • Sourcery CLI, CI and Pre-Commit Hook options

2. Mark a certain line for jump, Equivalent to bookmark function: Bookmarks

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

    ##New sticky engine
  • Add virtual workspace Support
  • Added workspace trust support
  • Comprehensive remote development support
  • Added cross-platform support
  • Improved sidebar usability

3. Rest API Client: Thunder Client

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Although it is called Thunder, it is not the same as Thunder Relationship, its name is Thunder Client, which is a lightweight Rest API client for Visual Studio Code. It is handmade by Ranga Vadhineni and has a simple and clean design.

So, you can uninstall the bloated PostMan.

4. Hover to view the document: Docs View

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Place the cursor on a function or class to display related documents in the sidebar or panel

5. Code search: Sourcegraph

Effect display :

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Sourcegraph's code search allows you to quickly find and fix things in all your code.

With it, you can search millions of open source repositories for free directly from the VS Code IDE. Learn from useful code examples, search for best practices, and reuse code from millions of repositories in the open source universe.

Additionally, with a free Sourcegraph Cloud account, you can sync your private and public repositories and search all your code in a single view in VS Code.

Sourcegraph’s code intelligence features provide fast cross-repository navigation with Go to Definition and Find References features to quickly understand new code and find answers in codebases of any size.

6. AI helps you write comments: AI Doc Writer

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Just select the function Code, and then pressing a shortcut key will automatically generate comments for the method, which can be used to generate function documentation.

7. View file size: filesize

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

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.

8. Explain the code: Krinql

If you can’t understand the code, you can ask Krinql to answer, or let it write the documentation string:

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

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.

9. GistPad

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:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

10. Generate beautiful code screenshots: CodeSnap

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

11. Auto-complete: Visual Studio IntelliCode

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

12. Automatic real-time evaluation of Python code: AREPL for Python

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

##13. Real-time comparison Python code inspection: Wolf

In other words, you can experience the WYSIWYG experience in the Python interpreter in VSCode, which is functionally similar to AREPL for Python.

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

14. Add the Gather function to the Jupyter extension

Jupyter extension you must Have you tried it? This plug-in should be used with Jupyter:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Effect display:

Develop Python with VSCode, these 14 plug-ins are not to be missed!

Develop Python with VSCode, these 14 plug-ins are not to be missed!

For more knowledge about VSCode, please visit:

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!

Statement
This article is reproduced at:segmentfault. If there is any infringement, please contact admin@php.cn delete
Visual Studio's Pricing: Understanding Subscription ModelsVisual Studio's Pricing: Understanding Subscription ModelsApr 27, 2025 am 12:15 AM

VisualStudio subscriptions are available in multiple levels, suitable for different developers' needs. 1. The basic version is free and suitable for individuals and small teams. 2. Advanced versions such as Professional and Enterprise provide advanced tools and team collaboration functions, suitable for enterprise users.

Visual Studio vs. VS Code: Performance and Resource UsageVisual Studio vs. VS Code: Performance and Resource UsageApr 26, 2025 am 12:18 AM

The difference between VisualStudio and VSCode in performance and resource usage is mainly reflected in: 1. Startup speed: VSCode is faster; 2. Memory usage: VSCode is lower; 3. CPU usage: VisualStudio is higher during compilation and debugging. When choosing, it must be determined based on project requirements and development environment.

Visual Studio: The IDE for C#, C  , and MoreVisual Studio: The IDE for C#, C , and MoreApr 25, 2025 am 12:10 AM

VisualStudio (VS) is a powerful integrated development environment (IDE) developed by Microsoft, which supports multiple programming languages, such as C#, C, Python, etc. 1) It provides a rich set of features including code editing, debugging, versioning and testing. 2) VS processes code through powerful editors and debuggers, and supports advanced code analysis and reconstruction using Roslyn and Clang/MSVC compiler platforms. 3) Basic usage is like creating a C# console application, and advanced usage is like implementing polymorphism. 4) Common errors can be debugged by setting breakpoints, viewing output windows, and using instant windows. 5) Performance optimization suggestions include the use of asynchronous programming, code reconstruction and performance analysis.

Visual Studio: Code Compilation, Testing, and DeploymentVisual Studio: Code Compilation, Testing, and DeploymentApr 24, 2025 am 12:05 AM

In VisualStudio, the steps for compiling, testing and deploying the code are as follows: 1. Compiling: Use VisualStudio's compiler options to convert source code into executable files, supporting multiple languages ​​such as C#, C and Python. 2. Testing: Use built-in MSTest and NUnit to perform unit testing to improve code quality and reliability. 3. Deployment: Transfer applications from the development environment to the production environment through web deployment, Azure deployment, etc. to ensure security and performance.

Visual Studio: An Introduction to the Integrated Development Environment (IDE)Visual Studio: An Introduction to the Integrated Development Environment (IDE)Apr 23, 2025 am 12:02 AM

VisualStudioisMicrosoft'sflagshipIDE,supportingmultipleprogramminglanguagesandenhancingcodingefficiency.1)ItoffersfeatureslikeIntelliSenseforcodeprediction,multi-tabbedinterfaceforprojectmanagement,andtoolsfordebugging,refactoring,andversioncontrol.2

Visual Studio: Exploring the Free and Paid OfferingsVisual Studio: Exploring the Free and Paid OfferingsApr 22, 2025 am 12:09 AM

The main difference between the free and paid versions of VisualStudio is the richness of features and the service supported. The free version (Community) is suitable for individual developers and small teams, providing basic development tools; the paid version (Professional and Enterprise) provides advanced features such as advanced debugging and team collaboration tools, suitable for large projects and enterprise-level development.

Visual Studio Community Edition: The Free Option ExplainedVisual Studio Community Edition: The Free Option ExplainedApr 21, 2025 am 12:09 AM

VisualStudioCommunityEdition is a free IDE suitable for individual developers, small teams and educational institutions. 1) It provides functions such as code editing, debugging, testing and version control. 2) Based on the Roslyn compiler platform, it supports multiple programming languages ​​and integrates Git and TFVC. 3) Advanced features include unit testing, optimization suggestions include turning off unnecessary extensions and using a lightweight editor.

Visual Studio: Building Applications with EaseVisual Studio: Building Applications with EaseApr 20, 2025 am 12:09 AM

VisualStudio is an integrated development environment (IDE) developed by Microsoft, which supports a variety of programming languages, including C#, C, Python, etc. 1. It provides IntelliSense function to help write code quickly. 2. The debugger allows setting breakpoints, step-by-step code execution, and identifying problems. 3. For beginners, creating a simple console application is a great way to get started. 4. Advanced usage includes the application of design patterns such as project management and dependency injection. 5. Common errors can be solved step by step through debugging tools. 6. Performance optimization and best practices include code optimization, version control, code quality inspection and automated testing.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft