Karimone
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created 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 ... -
Created python console and auto import not working for my project's code
AnsweredI 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... -
Edited Search for a class in the project and import
AnsweredHello, 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... -
Created Console focus lost after every command
AnsweredHello, 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...