主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcel Wilson
活动总数
223
最后的活动
2022年04月18日 14:12
成员加入日期
2010年09月09日 19:57
关注
0 名用户
关注者数
0 名用户
投票数
26
订阅数
73
活动概览
帖子(31)
评论(93)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月12日 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...
社区
PyCharm
How to disable auto-formatting on paste?
0 票
创建于
2017年01月12日 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...
社区
PyCharm
Indexing takes forever.
0 票
创建于
2016年12月09日 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...
社区
PyCharm
Unbound local variable warning when it should not happen
0 票
创建于
2016年12月09日 20:25
Are you continually re-building the opengl library? could that be why it thinks it needs to index it again?
社区
PyCharm
How can I disable skeletons update?
0 票
创建于
2016年12月09日 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...
社区
PyCharm
Pycharm type hinting for list warning
0 票
已编辑于
2016年12月09日 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]
社区
PyCharm
Pycharm type hinting for list warning
0 票
创建于
2016年12月09日 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...
社区
PyCharm
Using asserts for type hinting
0 票
创建于
2016年12月09日 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.
社区
PyCharm
Comma symbol not joining two lines of code into one line
0 票
创建于
2016年12月09日 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.
社区
PyCharm
Debugger custom Type Renderers in Python
0 票
创建于
2016年11月28日 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. ...
社区
PyCharm
PyCharm and saving settings
0 票
«
第一页
‹
上一页
下一页
›
最后
»