主页
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: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 ...
社区
PyCharm
How to disable auto-formatting on paste?
0 票
创建于
2017年01月12日 16:30
Type hinting in 2.x example I used recently. self._children = []""":type: list[TestResult]"""
社区
PyCharm
How to tell pycharm the type of a index variable when looping
0 票
创建于
2017年01月12日 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?
社区
PyCharm
Replace PyCharm Icon
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»