分类: PHP
2017-01-29 20:24:32
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]