Answer the question
In order to leave comments, you need to log in
How to show all available variables from less/scss files in VS Code?
There is a file variables.less, it contains variables @clr-primary: #fff and @clr-sub: #000;
For example, I write styles for some block in another less file
.block
{
color: @clr-(and at this moment I want it to show all variables in the project starting with CLR )
}
Webstorm has this functionality out of the box.
Answer the question
In order to leave comments, you need to log in
There are plugins for this task:
Less IntelliSense
SCSS IntelliSense
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question