主页
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日 13:40
LOL. Same thing I was thinking when I read that page.
社区
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 票
创建于
2014年01月10日 15:35
Yes, there is. Put your commands that you want to execute before executing your application in a custom script (e.g. before_debug.py and define it as an external tool). Then, go to your run configu...
社区
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月10日 13:44
IntelliJ has a severity for todo comments (double click on hector, under Code maturity issues there's an option for TODO comments). Not sure if it really does what you're looking for and if it is p...
社区
PyCharm
Is it possible to set the warning level for TODO / FIXME in Pycharm / IntelliJ?
0 票
创建于
2014年01月11日 15:25
Sorry, I just assumed that this part is identical to IDEA but maybe that inspections is only relevant for a java context. How about the following:You can define several patterns for todo items (at ...
社区
PyCharm
Is it possible to set the warning level for TODO / FIXME in Pycharm / IntelliJ?
0 票
创建于
2014年01月10日 13:58
The pycharm local file cache is extremely dangerous. With so-called autosave, where are the files in a project saved? In the cache or in the file system?All JetBrains IDEs make sure that an extern...
社区
PyCharm
file cache very dangerous across multiple machines
0 票
创建于
2014年01月12日 13:49
All files are read from disk.
社区
PyCharm
file cache very dangerous across multiple machines
0 票
创建于
2014年01月13日 17:41
Keymaps are located in the Preferences directory of the IDE under a folder keymaps (the link is to the IDEA online help but I guess, it's the same for PyCharm). You could copy the xml file to other...
社区
PyCharm
How do I share my keymap with my home version of PyCharm?
0 票
创建于
2014年01月15日 18:54
You could delete your virtualenv folder and recreate it from the command line. You'll have to install all packages of that virtualenv again, though.
社区
PyCharm
Pycharm's virtualenv doesn't containt Distutils folder in project/lib/
0 票
创建于
2014年01月16日 22:53
Please file an issue in YouTrack because forums are not monitored for technical problems (at least not officially). Thanks.
社区
PyCharm
Bug When Testing SFTP Connection
0 票
创建于
2014年01月21日 12:31
The exact same thing is not available in PyCharm. You can run a Python console (Tools > Run Python console), though and load/execute code from there.
社区
PyCharm
how to make pycharm works like spyder
0 票
«
第一页
‹
上一页
下一页
›
最后
»