Auto completion for imports is wrong
See original GitHub issueTo me this has turned out to be an annoying issue and I’d switch back to Jedi. I’ve been using the analysis engine for a while, but never came across this issue. I guess I haven’t been writing new code (with imports).
Steps:
- Use new analysis engine
- Write the line
import sy
- Auto completion is wrong, and out of habit (of using
Jedi
) I just hitEnter
and get the wrong text inimports
Here’s the auto completion for Jedi
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Autoimport fails when Autocomplete is invoked quickly #106361
Steps to Reproduce: Start typing an import name that has not yet been imported, to bring up the Autocomplete menu; Quickly hit Tab...
Read more >Fix Python Relative Imports and Auto-completion in VSCode
In this video, you will learn how to properly handle Python relative imports without extending the sys.path. Additionally, you will learn ...
Read more >Python Intellisense VSCode Wrong Autocomplete Imports ...
But VSCode Intellisense keeps correcting me to from api.app.modules... - which doesn't work (Flask gives me an Import Error).
Read more >Fixing ES 6+ Import Autocompletion in Visual Studio Code
importModuleSpecifierEnding" is set to "auto" and is therefore unpredictable. With the change to: "javascript.preferences.
Read more >Autocompletion doesn't work when __init__.py contains ...
Autocompletion doesn't work when __init__.py contains __all__ but doesn't import the modules themselves ; Project, PyCharm ; Priority, Major M ; Type, Bug...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DonJayamanne please try fresh build
@brettcannon thanks,