The new version of the Python editing tools, PyCharm 2020.1 stable release

PyCharm 2020.1 stable version has been released  , which is PyCharm this year released the first major version. Highlights include the new version easier to rebase branch smarter debug, and the use of Mono font designed for coding design.

Download:  https://jetbrains.com/pycharm/download

Rebase operation can be interactive

History records submitted will gradually become confusing, which is why the branch needs rebase. The new PyCharm provides unprecedented convenient visual mode of operation.

Smarter debug

PyCharm debugger now allows developers to very clearly observed what happened complex statement. When it works, the debugger will ask exactly what the developers hope to further debug the statement.

JetBrains Mono

Coding designed specifically for the font used to provide a more comfortable reading experience for developers.

Python installed in PyCharm

On Windows platforms, if PyCharm not find any Python version installed, it is recommended to download and install Python from python.org.

Django template into

PyCharm Professional Edition provides code completion and debugging Django template, the improvement has been achieved: to automatically import custom labels, and better code completion.

Support Vuex

PyCharm Pro Vue.js plug-in now supports Vuex, can be used for state management.

Details View  https://blog.jetbrains.com/pycharm/2020/04/pycharm-2020-1-out-now/

Published 151 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_46089319/article/details/105408524