VSCode autocompletion doesn't "complete", duplicates existing text
See original GitHub issueApologies if this is easily fixed, but I wasn’t able to find it in the docs.
On my Mac, when I type any VSCode autocompletion, the autocompletion appends to what I have already written, producing invalid code. Say I’m writing is.infinite
, and I have written is.
, I navigate over to infinite and press tab or Enter and the editor produces is.is.infinite()
.
Is there a setting to change this behavior? Is this intended to be the default behavior? Or am I missing something?
Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:15 (9 by maintainers)
Top Results From Across the Web
[Bug] Duplicated suggestions, typehints, docs etc. #3027
Open both. Switch from Python file to the Notebook and back. After some seconds the typhints, autocomplete suggestions, etc. are duplicated.
Read more >Tab autocomplete in Visual Studio Code doesn't work
editor.tabCompletion was off. When I turn it on it toggles between some options (e.g. div/device) but doesn't close tags or complete anything.
Read more >IntelliSense in Visual Studio Code
IntelliSense. IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists.
Read more >January 2022 (version 1.64) - Visual Studio Code
Editor. Audio cues. Audio cues indicate if the current line has certain markers, such as errors, breakpoints, or folded text regions. They ...
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
Yes, I could reproduce it in rmd. Thanks for reporting!
From the logging of the languageserver, the beginning tokens seem correct: