Intellisense autocomplete issue in latest build
See original GitHub issueOriginally posted here, but it seems like with the latest build of VScode (1.33.0), the autocomplete doesn’t output correctly.
Steps to Reproduce:
- Place a Sass variable within the CSS
- Change the Sass variable name without removing the
$
prefix - Upon selecting the intellisense suggestion, it will autocomplete with an additional
$
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:27 (3 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
This issue is caused by missing type declaration (typings) files in JavaScript. You can check if a type declaration file package is available...
Read more >Intellisense / autocomplete not working #6840 - GitHub
Issue Type: Bug Intellisense is not working properly, it doesn't provide any suggestions when typing, not even of local variable names.
Read more >Visual Studio Code autocomplete/IntelliSense not working ...
It's not displaying the properties of an array like length etc. I'm not sure if this is a problem or this is expected...
Read more >IntelliSense not working in VS Code - The Windows Club
If IntelliSense or Autocomplete is not working in Visual Studio Code on your computer, the recommended fixes in this post are sure to...
Read more >Disabling autocompletion from spacebar in VS 2022
For your requirement, you can try to use the option to change the IntelliSense completion mode: Edit > IntelliSense > Switch between automatic ......
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
Still an issue.
Hey @mrmlnc, sorry for the delay in getting back to you.
So I disabled every plugin aside for yours, and sure enough you are right it works. I went through the list and identified the sole plugin causing a conflict with your intellisense.
Auto Comment Blocks, at least for me, causes the issue addressed in the various comments in this thread. I have no clue why or how this causes issues, but perhaps the other people commenting here can confirm whether or not they too have this plugin installed.