Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
DanW
Total activity
18
Last activity
July 01, 2022 16:50
Member since
September 13, 2019 03:47
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
June 29, 2022 05:25
This post resolved it for me (Windows specific): https://youtrack.jetbrains.com/issue/IDEA-281039#focus=Comments-27-5432719.0-0
Community
PyCharm
Docstring preview won't show on hover
0 votes
Created
February 21, 2022 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. ...
Community
PyCharm
Docstring preview won't show on hover
0 votes
Created
February 16, 2022 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...
Community
PyCharm
How to surround selection without replacement?
0 votes
Edited
October 11, 2021 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...
Community
PyCharm
Debug in Docker after code change
0 votes
Edited
October 11, 2021 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...
Community
PyCharm
Debug in Docker after code change
0 votes
Created
October 06, 2021 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 ...
Community
PyCharm
Debug in Docker after code change
0 votes
Created
September 29, 2021 14:33
That fixed it, thank you!
Community
PyCharm
[Solved] Unable to create docker-compose interpreter
0 votes