主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Paul Everitt
活动总数
282
最后的活动
2019年04月12日 13:28
成员加入日期
2016年01月26日 15:52
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
117
活动概览
文章(0)
帖子(0)
评论(165)
Paul Everitt
进行了评论,
2019年04月12日 13:27
正式评论
I was able to make a run configuration pretty easily. Instead of Script Name, I used module and typed in quart. I then added run as an argument. I then provide the module and function in an environ...
社区
PyCharm
Quart / ASGI run configuration
0 票
Paul Everitt
进行了评论,
2019年04月05日 11:22
You can make a configuration "template" or edit one of the existing templates. All *new* run configurations will inherit that value. However, changing the template won't change values in existing t...
社区
PyCharm
Is there a way to have a parent Run/Debug configuration?
0 票
Paul Everitt
进行了评论,
2018年03月07日 18:24
I believe this ticket PY-6275 describes what you're looking for. Despite being old, it only has a couple of votes.
社区
PyCharm
Sphinx Completion
0 票
Paul Everitt
进行了评论,
2018年03月06日 11:53
Just to be clear, you're looking for autocompletion on directives in RST docs themselves, right? Not on things like Jinja2 templates that format a docs project or in Python code for Sphinx extensions.
社区
PyCharm
Sphinx Completion
0 票
Paul Everitt
进行了评论,
2018年01月24日 16:10
Since mysql_config can't be found, it sounds like you haven't setup mysql. Given that this isn't about PyCharm, you'd probably have more luck posting this on StackOverflow or Reddit's /r/python cha...
社区
PyCharm
python setup.py egg_info error
0 票
Paul Everitt
进行了评论,
2018年01月19日 14:57
It's worth discussing whether PyCharm should warn you if you name a module with the same name as something from the standard library or something you installed as a package. Although the latter can...
社区
PyCharm
pycharm cannot debug with ModuleNotFound error
-1 票
Paul Everitt
进行了评论,
2018年01月19日 11:28
This is all about Git repositories, not PyCharm. It's possible there is some advanced feature in Git that I'm not aware of which allows a file to be in a *local* repository but not in a remote. But...
社区
PyCharm
Include files in Git but not in Github
0 票
Paul Everitt
进行了评论,
2018年01月19日 11:25
Looks like this ticket. Do you perhaps have a module named "queue.py" in your project? If so, rename that file.
社区
PyCharm
AttributeError While Debugging
0 票
Paul Everitt
进行了评论,
2018年01月19日 11:19
GitHub is a remote Git repository, so if the files are registered locally in Git, then they will be pushed to the remote Git repository (GitHub.) You can use .gitignore of course to omit certain fi...
社区
PyCharm
Include files in Git but not in Github
0 票
Paul Everitt
进行了评论,
2018年01月10日 18:47
Here are the help docs about that feature, including how to turn it off. One thing to point out: PyCharm has a built-in history mechanism called "Local History" which makes it easy to go back in ti...
社区
PyCharm
Why are files automatically saved when running or exiting?
0 票