主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bernt Brenna
活动总数
14
最后的活动
2016年01月16日 14:36
成员加入日期
2012年01月27日 13:35
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2012年08月20日 09:10
You can use a keyboard shortcut to focus the debug window. Using the default keymap the shortcut is Alt-5.
社区
PyCharm
Simple debugging problem
0 票
创建于
2012年02月28日 11:45
"I see no point in making it possible to specify types for local variables, because you'll spend far more time describing the type than you'll save thanks to the autocompletion which will use the t...
社区
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 票
创建于
2012年02月28日 11:50
A quick Wing tip: To get the benifit of type hinting and still be able to use duck typing, you can skip the assert.You simply write:for x in object_set: isinstance(x, Foo) ...
社区
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 票
创建于
2012年02月29日 14:34
Does PyCharm also support the style without the assert, i.e. simplyisinstance(f, Foo)?
社区
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 票
创建于
2012年02月29日 14:32
OK, from your initial reply I was under the impression that PyCharm did not support this.This really needs to go in the documentation.And validation/documentation is the least useful feature of typ...
社区
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 票
创建于
2012年10月18日 13:47
Thank you!Adding<depends>com.intellij.modules.platform</depends>to plugin.xml did the trick.
社区
IntelliJ IDEA Open API and Plugin Development
How to troubleshoot disabled plugin in PyCharm?
0 票