主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dirk Dittert
活动总数
115
最后的活动
2016年01月12日 04:05
成员加入日期
2014年01月06日 12:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
48
活动概览
帖子(2)
评论(65)
按最近的活动排序
最近的活动
投票数
创建于
2014年01月10日 15:06
It is possible to reformat your code according to your code style settings. However, this will only take care of indentation and spaces between methods, classes, functions. There is no way to autom...
社区
PyCharm
Code styling adjustment or disabling
0 票
创建于
2014年01月09日 14:12
If you use python 3, you can use the extended syntax:def __init__(self, b:str):However, this is not compatible with Python 2.7. For that version you have to add type information in docstrings. def ...
社区
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 票
创建于
2014年01月10日 15:39
One more thing: you could add the detection whether the script is being debugged to before_debug.py. See StackOverflow for some ideas how to do this.
社区
PyCharm
Debug Configurations - is it possible to run a few lines of code or a script file prior to debug session start?
0 票
创建于
2014年01月11日 15:47
Synchronize doesn't come up in searching pycharm help; however, reading through it more, "synchronization" does. However, one of the vcs's uses this term (Perforce?) and most of the doc refers t...
社区
PyCharm
file cache very dangerous across multiple machines
0 票
创建于
2014年01月11日 19:25
I just tried that on my Mac. All the UI fonts changed when I picked another font. Only the font for the menus didn't change but that's what I would expect on a Mac (because of the global screen men...
社区
PyCharm
How do I change the menu fonts
0 票
创建于
2014年01月12日 14:00
PyCharm offers intentions to perform these common actions (e.g. Add field for constructor parameter). You can either click on the light bulb and select the intention you want to perform or press Al...
社区
PyCharm
which hot key to do this
0 票
创建于
2014年01月12日 15:09
class Products(object): def __init__(self, name, description): pass Doesn't show the intention for me as well. Frankly, I don't know why and if this is by design or a bug. I have file...
社区
PyCharm
which hot key to do this
0 票
创建于
2014年01月12日 15:13
The auto complete pop up shows up automatically if you enter a dot. I'm using IntelliJ and not Pycharm but I guess the settings are similar: Go to Preferences > Editor > Code Completion. You can ch...
社区
PyCharm
about auto completing
0 票
创建于
2014年01月13日 23:08
As far as I remember, the plugin takes care of syncing the keymap as well. So, no need to do this manually if you're using the plugin.
社区
PyCharm
How do I share my keymap with my home version of PyCharm?
0 票
创建于
2014年01月11日 15:29
If this is the same as in IntelliJ: Go to Preferences > Appearance. There should be a checkbox Override default fonts by (not recommended). Check that box and select another font in the dropdown be...
社区
PyCharm
How do I change the menu fonts
-1 票
«
第一页
‹
上一页