PyCharm pro for Mac2019.2 many people do not know about improvements

PyCharm pro for Mac2019.2 have a lot of improvements, a lot of people do not know, here we come to introduce.

1. Debugger performance of large collections of
PyCharm debugger can now handle an infinite collection, and will not slow down during the initial loading collection. 2, data class inheritance
PyCharm already supports Python 3.7 class data, but now we've extended this support to ensure a subclass of class data can obtain accurate code completion. 3, translated in the status bar
when you develop applications for the time, for example, to migrate between multiple versions of Python framework or environment, if you can quickly switch and quickly see which version you are using between them, you can make life easier.

4、键入检查变量赋值
Python的可选输入可帮助您记录代码并防止出错。我们现在通过检查变量赋值的类型来进一步支持它。四、远程口译员专
1、Vagrantfile语法
PyCharm支持Vagrant框内的Python解释器,现在也使你的Vagrantfile看起来很好。2、SSH与sudo
您需要root访问权来控制Raspberry Pi上的GPIO引脚,因此为了使GPIO开发更容易,我们可以在PyCharm 2019.1中通过SSH运行具有root权限的代码。当然,您可以将root权限用于其他用途,但我们现在不想公开鼓励这些权限吗?五、Web开发人员
1、改进的HTML和CSS快速文档
CSS多年来变得更加强大,这带来了更多的复杂性。为了帮助您找到更复杂的现代CSS的方法,我们改进了快速文档支持 - 只需按Cmd+J在macOS上了解更多信息。别担心,如果您查找'p'标签的文档,我们不会告诉任何人。2、所有新的JavaScript调试控制台
PyCharm专业版附带JetBrAIns WebStorm提供的出色JavaScript支持。他们刚刚创建了一个新的改进的JavaScript调试控制台,适用于Node.JS代码和浏览器内JavaScript。六、单元测试
pytest的多进程测试运行器
大型测试套件很好,但它们可能需要一段时间才能运行。为了使它们更快完成,我们现在已经升级了pytest集成以支持多进程测试运行。七、数据库新的数据库连接流
PyCharm Professional Edition捆绑了JetBrAIns DataGrip的所有SQL支持。他们刚刚改进了配置新数据库连接的过程。如果您还没有尝试过,那么您就可以享受美食了。配置数据库之后,除了能够浏览表之外,在Python代码中编写查询时,还可以获得模式感知的SQL完成。

Guess you like

Origin www.cnblogs.com/zhzhiy/p/11322534.html