forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
To 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
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug