Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete scss variables #121

Open
napalmpapalam opened this issue Jul 6, 2020 · 6 comments
Open

Autocomplete scss variables #121

napalmpapalam opened this issue Jul 6, 2020 · 6 comments
Milestone

Comments

@napalmpapalam
Copy link

  • VS Code Version: 1.46.1
  • SCSS IntelliSense Version: 0.9.0
  • Operating System: Linux

When I start to type scss variable that name starts on $ symbol, and trigger autocomplete on Tab key, It autocomplete with 2 dollar symbol in start of the name, like this: color: $$col-input-field

@mattaningram
Copy link

Yeah a few of us are having this problem: #118

@ccxdev
Copy link

ccxdev commented Jul 11, 2020

Same problem, I really hate it, that stop write fastly

@YongzeYao
Copy link

Same here. It is really annoying.

@napalmpapalam
Copy link
Author

any news?

@marblewraith
Copy link

VS Code Version: 1.56.0
SCSS IntelliSense Version: 0.9.1
Operating System: Windows 10

I found something weird, rather than trying to explain from scratch i made a gif (recommend expanding to full screen):

6fiU1ESNbJ

Notice the 2 intellisense entries for $root-font.

The one with the all the ../../../.. behaves correctly i.e. inserts the variable with no extra $ symbol.

The one that shows reference to the file itself (funkymix/_defaults.scss), that one bugs out with the extra $ symbol.

Also while we're at it, i question why it displays 2 entries for the same variable at all? It should only show 1, as there's only 1 variable, right?

I hope this can be of help debugging 😊

@mrmlnc mrmlnc added this to the 0.11.0 milestone May 8, 2021
@Omcsesz
Copy link

Omcsesz commented Nov 25, 2022

Is there any improvement on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants