Absolutehot100

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Absolutehot100 created a post, AnsweredHow is the "Path Mappings" in remote python interpreter used?
the comment for the setting is not clear about its usage https://www.jetbrains.com/help/pycharm/project-interpreter.html -
Absolutehot100 created a post, Plugin not compatible
Both Task Management and Remote Hosts Access are jetbrains plugin but why they are not supported? -
Absolutehot100 created a post, AnsweredWhat is the suggested workflow to use Task & Context with git?
I had RTFM. don't look like it's about this/ btw, why do I have to save context separately? Task doesn't seem to automatically save the opened files for me. -
Absolutehot100 created a post, List all errors caused by a change
Sometimes, I make a change to one function arg, This would cause many compiler errors. Is there a way to list all of them in the IDE so I can fix them together? -
Absolutehot100 created a post, AnsweredList all errors caused by a change
Sometimes, I make a change to one function arg, This would cause many compiler errors. Is there a way to list all of them in the IDE so I can fix them together? -
Absolutehot100 created a post, AnsweredI want to use intellij diff tool to achieve three goals
I am working on a git repo Is there a way to 1. Resolve merge conflict in multiple files, which I don't know where are they.2. Show the current diff in a holistic view3. Selectively add a small pi... -
Absolutehot100 created a post, AnsweredHow does Pycharm support remote jupyter notebook?
My case is a remote Jupyter instance is running in docker. I want to use pycharm to remotely develop notebook. (1) I have installed Pycharm latest version. But cannot find doc for how to set this u... -
Absolutehot100 created a post, How is fill struct intentions used?
I type Foo{ enter }. nothing happened to prompt for filling the struct. I also can not find any pop-up menu. What is the correct operation?