Double dollar when select variable via enter/tab
See original GitHub issue- VS Code Version: 1.46.0 - Insider
- SCSS IntelliSense Version: 0.9.0
- Operating System: Windows 10 Pro 1909
Reproducible Case:
Trying add color: $
, after $
types, I am searching for var, and select it via enter/tab, after that added another dollar pasted before already typed $.
Steps to Reproduce:
- Create _vars.scss, include to main.scss
- Try to add any property to selector with variable
- Here we go
Issue Analytics
- State:
- Created 3 years ago
- Reactions:28
- Comments:7
Top Results From Across the Web
Developers - Double dollar when select variable via enter/tab -
Reproducible Case: Trying add color: $ , after $ types, I am searching for var, and select it via enter/tab, after that added...
Read more >Accessing object variable via double dollar sign - Stack Overflow
Problem is that I'm using double dollar sign in order to get create $variable_name => $$varible_real_value styled hashmap and i want all ...
Read more >What does $$ (dollar dollar or double dollar) means in PHP
The $$x (double dollar) is a reference variable that stores the value which can be accessed by using the $ symbol before the...
Read more >Tecplot 360 User's Manual
(even while working on a plot in Tecplot 360 EX) by choosing View>Welcome ... Tecplot 360 EX structures data in two levels: datasets,...
Read more >C Variables, Constants and Literals - Programiz
In this tutorial, you will learn about variables and rules for naming a variable. ... Also, you cannot redefine the data type of...
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
I’m having this issue as well, is this new? I don’t remember it behaving this way before.
Still not fixed… Using Vue CLI (vue 3) with sass 1.32.7, sass-loader 12.0.0 (.scss files)