Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bernt Brenna
Total activity
14
Last activity
January 16, 2016 14:36
Member since
January 27, 2012 13:35
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
August 20, 2012 09:10
You can use a keyboard shortcut to focus the debug window. Using the default keymap the shortcut is Alt-5.
Community
PyCharm
Simple debugging problem
0 votes
Created
February 28, 2012 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...
Community
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 votes
Created
February 28, 2012 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) ...
Community
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 votes
Created
February 29, 2012 14:34
Does PyCharm also support the style without the assert, i.e. simplyisinstance(f, Foo)?
Community
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 votes
Created
February 29, 2012 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...
Community
PyCharm
How to improve PyCharm code completion (auto-complete)?
0 votes
Created
October 18, 2012 13:47
Thank you!Adding<depends>com.intellij.modules.platform</depends>to plugin.xml did the trick.
Community
IntelliJ IDEA Open API and Plugin Development
How to troubleshoot disabled plugin in PyCharm?
0 votes