Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcel Wilson
Total activity
223
Last activity
April 18, 2022 14:12
Member since
September 09, 2010 19:57
Following
0 users
Followed by
0 users
Votes
26
Subscriptions
73
Activity overview
Posts (31)
Comments (93)
Sort by recent activity
Recent activity
Votes
Created
June 12, 2018 16:18
I don't believe type hints can give you keys in a dictionary.
Community
PyCharm
Typehint (key hint) for python class with __getitem__
0 votes
Created
June 12, 2018 16:16
Pycharm tends to be pretty good about auto determining the type from get_object() as long as klass() has sufficient type hint. (at least the last time I played with 2.7 using 2017.1). This assume...
Community
PyCharm
problems about specifying generic return type in PyCharm + python2.7
0 votes
Created
June 12, 2018 16:11
I've even gone so far as to type hint attributes (type hint x) just to avoid some traceability issues that have popped up once in a while for object attributes.
Community
PyCharm
Providing type hint for an attribute of an attribute (i.e. for y in self.x.y)
0 votes
Created
June 12, 2018 16:08
I believe you have to provide the type hint in the inner object. In your example, the x object can have a type hint for y. Note the check() function in the following examples
Community
PyCharm
Providing type hint for an attribute of an attribute (i.e. for y in self.x.y)
0 votes
Created
August 01, 2017 13:15
I now believe the plugin 'Code Outline 2' was causing issues with the application. I disabled the plugin and the progress bar appears at the bottom and clicking the 'show tool buttons' icon at the ...
Community
PyCharm
Where did the skeleton progress bar go? (2017.2)
0 votes
Edited
August 01, 2017 13:08
Interestingly, I restarted the application and 'auto show' became available under Background Tasks. I selected it and nearly 20 seconds later the background task window popped up showing skeleton...
Community
PyCharm
Where did the skeleton progress bar go? (2017.2)
0 votes
Created
June 01, 2017 13:27
What version?
Community
PyCharm
Pycharm Find Usage not working when using "import as"
0 votes
Created
January 12, 2017 16:52
I'm not willing to toss the baby out with the bathwater, so to speak. I like being lazy. I love the helpers. I've caught more 'stupid' bugs with pycharm than without. Case in point; I did a code ...
Community
PyCharm
How to disable auto-formatting on paste?
0 votes
Created
January 12, 2017 16:30
Type hinting in 2.x example I used recently. self._children = []""":type: list[TestResult]"""
Community
PyCharm
How to tell pycharm the type of a index variable when looping
0 votes
Created
January 12, 2017 16:27
I very much DO NOT like the new 'PC' icon. Especially in black and white. It's not distinct enough. Perhaps using the color scheme in the logo?
Community
PyCharm
Replace PyCharm Icon
0 votes
«
First
‹
Previous
Next
›
Last
»