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
January 12, 2017 16:24
Using 2016.2 and there are still some odd quirks with smart paste. I have 'Reformat on paste' set to none and yet if I paste a few lines below a function define it will move them to the very top o...
Community
PyCharm
How to disable auto-formatting on paste?
0 votes
Created
January 12, 2017 16:17
Have you tried Invalidating the Cache? The thing to remember about Pycharm is it will cache everything in site-packages and the PYTHONPATH, not just what is in your project. I made the mistake one...
Community
PyCharm
Indexing takes forever.
0 votes
Created
December 09, 2016 20:44
Perhaps I'm mistaken, but isn't this done on purpose? Since you're declaring ``var_bound_to_check`` within an ``if`` statement, it suggests there is a possibility that the variable could not be bou...
Community
PyCharm
Unbound local variable warning when it should not happen
0 votes
Created
December 09, 2016 20:25
Are you continually re-building the opengl library? could that be why it thinks it needs to index it again?
Community
PyCharm
How can I disable skeletons update?
0 votes
Created
December 09, 2016 20:16
I've noticed the error which happens when using inline type hint doesn't occur when using the nextline type hint. Example: I'm not sure I understand why one would generate the error, while the othe...
Community
PyCharm
Pycharm type hinting for list warning
0 votes
Edited
December 09, 2016 19:48
What is the proper way around this in Python27? Something like this? from types import ListTypedef foo(): a = [1,2,3] # type: ListType[int]
Community
PyCharm
Pycharm type hinting for list warning
0 votes
Created
December 09, 2016 19:40
Thanks for the update. I can see how that might be a bit confusing. I don't use pandas myself, so I didn't have a chance to see that specific example; but I'm curious about why the concat method h...
Community
PyCharm
Using asserts for type hinting
0 votes
Created
December 09, 2016 19:34
I think you're going to have to show us more of your code to understand why that's not working. I did the following in python 2.7.
Community
PyCharm
Comma symbol not joining two lines of code into one line
0 votes
Created
December 09, 2016 19:26
Are you describing the ability for the debugger to recognize object types as instances of a non-builtin class? Pycharm does this very well, IMO. Here is an example of that.
Community
PyCharm
Debugger custom Type Renderers in Python
0 votes
Created
November 28, 2016 18:13
Are you on Community Edition or Full version? A coworker of mine has been using community edition and commented about after he updated to 2016.3 that it didn't import his settings from 2016.2. ...
Community
PyCharm
PyCharm and saving settings
0 votes
«
First
‹
Previous
Next
›
Last
»