主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Paul Everitt
活动总数
282
最后的活动
2019年04月12日 13:28
成员加入日期
2016年01月26日 15:52
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
117
活动概览
帖子(0)
评论(165)
按最近的活动排序
最近的活动
投票数
创建于
2016年09月09日 10:44
Let's simplify things and get it working, then see if you can adapt to your style. Make a directory, e.g. project_1, somewhere that you regularly store your things Use Windows Explorer to move the...
社区
PyCharm
noob questions
1 票
创建于
2016年09月08日 12:43
Correct, it thinks your path is a directory, when instead it is a file. Try opening 'C:\Users\neodym\Desktop\EQ saves SRS only' in PyCharm (the directory) so it can make a project.
社区
PyCharm
noob questions
1 票
创建于
2016年09月07日 13:19
In general you don't want to open the file directly. Instead, have a concept of a PyCharm "project"..basically, a directory with a file. Here is a screencast with an introduction to projects.
社区
PyCharm
noob questions
1 票
创建于
2016年08月25日 11:58
For the most part, VCS only makes itself visible when you are in a project with registered VCS roots. You don't have these, so you should rarely see anything, other than a VCS menu. You could, thou...
社区
PyCharm
How to disable version control support in PyCharm altogether?
1 票
创建于
2016年08月17日 00:08
I think the instructions you saw talked about the interactive interpreter. If you are running a Python script, make sure you do print(1+1) If you want "interactive mode" in PyCharm, click the "Pyth...
社区
PyCharm
noob questions
1 票
创建于
2016年07月24日 09:07
We have a bug related to having the same virtualenv defined twice in your IDE. Take a look at your list of all virtualenvs (Project Interpreter -> Click on gear -> Manage) and see if you have any i...
社区
PyCharm
PyCharm 2016.2 shows reserved words as unresolved references
1 票
创建于
2016年02月12日 13:27
When you run the first run configuration and it opens in the tool window at the bottom, right click on the label for the tool window. You will then get an option to "Pin Tab". This will keep that w...
社区
PyCharm
suddenly I can't run multiple program in parallel
1 票
创建于
2016年04月26日 14:04
Sorry for the delay, I got an answer from the Powers That Be. cygwin is not considered a supported Python interpreter. Sorry about that!
社区
PyCharm
Does PyCharm work with the Cygwin Python?
1 票
创建于
2016年03月13日 14:50
I think in this case, PyCharm is doing the right thing. Your code won't run in Python and would get flagged in pylint: TypeError: unbound method myfunction() must be called with MyClass instance as...
社区
PyCharm
Syntax highlighting works only on function, class and method definitions?
1 票
创建于
2016年03月23日 11:10
PyCharm has language injections. This lets you open a .js file and, in the middle of it, change to another language inside a string.
社区
PyCharm
How to deal properly with sql code in js file ?
1 票
«
第一页
‹
上一页
下一页
›
最后
»