主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
DanW
活动总数
18
最后的活动
2022年07月01日 16:50
成员加入日期
2019年09月13日 03:47
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
4
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2022年06月29日 05:25
This post resolved it for me (Windows specific): https://youtrack.jetbrains.com/issue/IDEA-281039#focus=Comments-27-5432719.0-0
社区
PyCharm
Docstring preview won't show on hover
0 票
创建于
2022年02月21日 23:00
Andrey Resler, Thank you for the response. Yes, that picture shows the option to which I refer. I uninstalled, deleted the referenced directories, reinstalled, but it still doesn't seem to work. ...
社区
PyCharm
Docstring preview won't show on hover
0 票
创建于
2022年02月16日 00:39
For this particular case, try highlighting ('a', 'b'), type [ then type (. The [ will replace the parenthesis with bracket, and the ( will add the parenthesis back in. Not sure if this will gener...
社区
PyCharm
How to surround selection without replacement?
0 票
已编辑于
2021年10月11日 19:08
For main.py's PyCharm Run/Debug Configuration, the default working directory was <absolute path to project root>/my_app/service1/service1_src I tried changing that to /opt/project but it did not fi...
社区
PyCharm
Debug in Docker after code change
0 票
已编辑于
2021年10月11日 14:58
service1's Dockerfile originally had WORKDIR /service1_src I tried "WORKDIR /opt/project" as well as "WORKDIR /opt/project/my_app/service1/service1_src". Neither one fixes the issue where the debu...
社区
PyCharm
Debug in Docker after code change
0 票
创建于
2021年10月06日 18:01
Francesco Frassinelli, Thank you for the suggestion. I think you are suggesting to add to the Project Interpreter's Path mappings: <Project root>/my_app/service1/service1_src -> /service1_src I ...
社区
PyCharm
Debug in Docker after code change
0 票
创建于
2021年09月29日 14:33
That fixed it, thank you!
社区
PyCharm
[Solved] Unable to create docker-compose interpreter
0 票