- Distraction-free mode (a view with no toolbars, no tool windows, no editor tabs – just code on your screen. To switch to this mode, click View | Enter Distraction Free Mode)
- HiDPI support for Windows or Linux.
- Git and Mercurial log viewers have been improved.
- Database tools offer multiple consoles per data source, now with a schema switcher, local history, and easier access.
- The HTML editor has been extended with a cool new option for simultaneously editing both opening and closing HTML tags.
新增屬性:
- The matplotlib interactive mode is now supported in both PyCharm’s and the debugger’s consoles.
- The debugger is improved with the new “Ignore library files” option.
- Inline debugger for Python: it shows variable values right in the editor, next to their usages.
- Navigation from debugger’s variables view to code where an object or its type are defined.
- Initial support for Python 3.5 with support of PEP 465: a dedicated infix operator for matrix multiplication. We’ll continue implementing support for Python 3.5 with next EAP builds as soon as PEP 484: Type Hints and PEP 448: Additional unpacking generalizations are finalized.
- Various code insight improvements: structural types inferring based on the usage of attributes and nominal types inferring from structural types, better Numpy-specific coding assistance.
- Multiple per-project Vagrant configurations are now supported.
- The new “Bulk move” refactoring dialog: helps you to perform a move refactoring on a group of code snippets with all dependencies resolved.
- The new Scratch Files feature: temporary virtual files which support running and debugging.
詳細資訊請檢視發行頁面。
下載地址如下:
https://www.jetbrains.com/pycharm/download/
PyCharm 是由 JetBrains 打造的一款 Python IDE。我們知道,VS2010 的重構外掛 Resharper 就是出自 JetBrains 之手。那麼,PyCharm 有什麼吸引人的特點呢?
首先,PyCharm用於一般 IDE 具備的功能,比如, 除錯、語法高亮、Project 管理、程式碼跳轉、智慧提示、自動完成、單元測試、版本控制……
另外,PyCharm還提供了一些很好的功能用於 Django 開發,同時支援Google App Engine,更酷的是,PyCharm支援IronPython!
下面是幾個功能截圖:
IronPython
Goto Definition,Find Usages
相關連結
來自:開源中國社群
相關閱讀
評論(1)