visisble parent classes in scss partials Follow
Hello,
when using scss globbing is it possible to browse thru parent classes when autocomplete?
Say I have this structure:
- _variables.scss
- _framework.scss
- _partial.scss
- main.scss
In main.scss I import all _*.scss
And I would like to see my _variables & _framework classes and variables avalible within _partial.scss when autocomplete.
is there any way to configure this?
Please sign in to leave a comment.
Hello!
variables/mixins defined in partials are suggested by completion in other partials; they just will be underlined as 'not explicitly imported (referenced by name only)', but still resolved and offered by completion. You shouldn't do anything special to make this work
Mixins and variables are visible within partials, true. But my issue was mainly with parent classes.
I would like to use @extend, and having autocomplete helps alot.
Doesn't work for @extend now, please vote for http://youtrack.jetbrains.com/issue/WEB-12069