Karimone
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
-
-
Karimone created a post, path not correctly generated for the class test
Hello, I'm using the last version of Pycharm (2019.1.2) on Linux. myprojectfolder --- project ---- src --- pkg1 --- test ---- test_mod1 --- mod1 When I ... -
Karimone commented, -
Karimone created a post, Answeredpython console and auto import not working for my project's code
I love use the python console, but the auto import is not working as in the editor. I can get the discovery of the class I want to use, but the `from myModule import MyClass` is not automatically a... -
Karimone commented, -
Karimone created a post, AnsweredSearch for a class in the project and import
Hello, I'm trying to get the suggestion working when I'm trying to use a function or a class that is not actually imported. if I start typing something, the Auto Import show me the class/function... -
Karimone commented, -
Karimone created a post, AnsweredConsole focus lost after every command
Hello, when I use the console during the debugging, the focus is lost after every execution. Very annoying, I must click every time on the debug again to get back the prompt. I guess is something r...