Chinaunix首页 | 论坛 | 博客
  • 博客访问: 265549
  • 博文数量: 81
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 878
  • 用 户 组: 普通用户
  • 注册时间: 2014-07-25 23:20
文章分类

全部博文(81)

文章存档

2017年(45)

2016年(20)

2015年(2)

2014年(14)

我的朋友

分类: PHP

2017-01-29 20:24:32

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]

阅读(1691) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~