Karimone
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 6
-
-
-
Karimone 创建了一个帖子, 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 进行了评论, -
Karimone 创建了一个帖子, 已回答python 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 进行了评论, -
Karimone 创建了一个帖子, 已回答Search 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 进行了评论, -
Karimone 创建了一个帖子, 已回答Console 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...