Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rodrigo M
Total activity
8
Last activity
December 04, 2020 13:31
Member since
September 29, 2020 20:01
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
December 04, 2020 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...
Community
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
0 votes
Created
October 23, 2020 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`...
Community
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
1 vote
Edited
September 30, 2020 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...
Community
PyCharm
PyCharm doesn't display suggestions for non-imported symbols while typing
0 votes
Created
September 29, 2020 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...
Community
PyCharm
Pycharm doesn't detect / suggest modules, classes, or functions to import when typing
0 votes