PyCharm 2017.3 EAP 3 发布了。PyCharm 是由 JetBrains 打造的一款 Python IDE 。该版本更新内容如下:
__all__ 警告
Improved Completion for JOIN statements
之前,我们会建议表的名字,现在我们完成了整个 JOIN 声明。如果你的外键设置正确,就像这样:
Scripts for create-react-app
当创建一个新的 react app 时,您可以将一个脚本选项传递给实用程序,以添加对新应用程序的附加功能的支持。现在PyCharm也支持了:
进一步的改进和修复:
We fixed an issue where sometimes we couldn’t find the step definition from a Lettuce .feature file
When adding a __all__ to your modules and packages, you’ll now have completion for applicable item
Improved CSS editing support
The PIVOT keyword for Oracle, and the GROUP BY ROLLUP and GROUP BY CUBEconstructs for MS SQL Server are now supported
And more, have a look at the release notes for details
软件详情:https://blog.jetbrains.com/pycharm/2017/09/pycharm-2017-3-eap-3/
下载地址:https://www.jetbrains.com/pycharm/nextversion/
来自:开源中国社区

