With these 10 plug-ins installed, PyCharm is invincible

Pycharm is a powerful python integrated development environment with a complete set of python development tools. Today I will introduce to you several very useful plug-ins.

First, how to download the plug-in

Go to File -> Settings -> Plugins , search for the plug-in name as needed (remember to search in the Marketplace), and then click the Install button. A restart is required to take effect.

Mongo Plugin

MongoDB is a very popular non-relational database, and Mongo Plugin is a visual operation tool for MongoDB in Pycharm, through which you can easily perform visual operations on the database.
Insert image description here

IdeaVim

You should have heard of vim in Linux, and IdeaVim allows you to operate Vim's functions in Pycharm.

Check Vim Emulator in tools to use it, uncheck it to return to normal editing state.

Statistic

The statistic project statistics plug-in counts the overall code volume, including the statistical number and line number of all files. Click statistic >>>>refresh in the lower left corner .

Json Parser

JSON Parser is a lightweight plugin for validating and formatting JSON strings.

Insert image description here

activate-power-mode

The cool coding effects are hard to stop, but your eyes can get tired easily, so use with caution!

Translation

A plug-in for translation, including Google Translate and Youdao Translate. Select the content to be translated directly in Pycharm and right-click Translate to translate.

Rainbow Brackets

Rainbow Brackets can clearly display various colors between code blocks, such as the same color of brackets, the function of highlighting selected area codes, etc., and supports multiple programming languages ​​​​such as Java, Python, JavaScript, Go, PHP, etc.

Background Image Plus

This plug-in is used to set the background image of IDEA and PyCharm. After installation, click View–>Set Background Image to select your favorite photo, and you can also adjust its transparency.

Material Theme UI

Material Theme UI is a theme plug-in that can be used in many editors. It is dark black and has a high texture. If you don’t like the default theme, you can try it.

The above are some of the more commonly used idea plug-ins. If you are interested, you can download and use them as needed.

Guess you like

Origin blog.csdn.net/Python_HUHU/article/details/130963901