主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rodrigo M
活动总数
8
最后的活动
2020年12月04日 13:31
成员加入日期
2020年09月29日 20:01
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2020年10月23日 13:36
It's simple, just start a new pure-Python project: proj/ - __init__.py - a.py - b.py In a.py put the following: ``` class TestAutocomplete: pass ``` In b.py start typing `foo = TestA`...
社区
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
1 票
创建于
2020年12月04日 13:31
Just tried disabling all installed Plugins, then invalidate caches & restart and the issue is still there. Also, I've tried using the system's Python 3.8 (under Ubuntu 20.04) instead of the one fro...
社区
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
0 票
创建于
2020年09月29日 20:28
Ctrl+Space+Space does help though it doesn't completely solve the issue: unimported symbols won't show up in the autocomplete suggestions list, even though Ctrl+Space+Space works (without any visua...
社区
PyCharm
Pycharm doesn't detect / suggest modules, classes, or functions to import when typing
0 票
已编辑于
2020年09月30日 01:16
Oh, and just to note: this has never worked for me in PyCharm and everything seems fine under **File | Settings | Editor | General | Code Completion** since they are just the default values. As I s...
社区
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
0 票