PyCharm 4.0.6 发布,Python 集成开发环境
来源:网络整理 网络用户发布,如有版权联系网管删除 2018-08-13
PyCharm 4.0.6 发布,此版本具体更修改信息如下:
a fix for the Django ORM inspection problem,
a fix for the ManyToManyField resolve bug,
a fix for an incremental search bug,
a fix for HTML indentation broken when using Jinja tags,
a fix for the “Nothing to show” bug in Structure View for Jinja2 HTML files,
a fixes for a couple of platform bugs。
详细信息请查看发行页面。
下载地址如下:
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
查看评论 回复