发布于 2017-01-29 01:47:23 | 86 次阅读 | 评论: 0 | 来源: 网友投递
PyCharm Python开发IDE
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。
PyCharm 2017.1 EAP 4 前几天已经发布了,主要是修复了一些 bug 以及引入了一些新特性。
新特性
New code style options: you can now specify in more detail how you would like to arrange multiline imports (from package import a, lot, of, things). You can configure them in Settings | Editor | Code Style | Python | Wrapping and Braces
If you’d like to follow a link in the terminal, double-click the link, right-click and select ‘Open as URL'
Types are now shown in parameter hints (press Ctrl+P to see them when your cursor is between method call parentheses)
Bug 修复
Issues with multiple Django settings files [Pro only]
Django remote projects don’t sync newly created files [Pro only]
Editor bugs in scratch files have been resolved
Many JavaScript bugs have been resolved
Several Vagrantfile bugs [Pro only]