question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intellisense autocomplete issue in latest build

See original GitHub issue

Originally posted here, but it seems like with the latest build of VScode (1.33.0), the autocomplete doesn’t output correctly.

Steps to Reproduce:

  1. Place a Sass variable within the CSS
  2. Change the Sass variable name without removing the $ prefix
  3. Upon selecting the intellisense suggestion, it will autocomplete with an additional $.

inellisense-break

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:3
  • Comments:27 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
sunny-github-acccommented, Feb 3, 2022

Still an issue.

4reactions
ekfuhrmanncommented, Feb 17, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found