Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I am new to SCSS and have just started a new project, as you can see below I have declared 4 variables in Global.scss but after import it to another scss file, I was unable to get any auto-suggestion as I was assigning those variables.

Am I missing any plugins? Or any other way to solve this?

If you import partials file without underscore _filename.scss sass compile it directly, so you have to need to import partial files with an underscore. Example Momin Aug 16, 2020 at 1:59 @Momin thanks for your reply, I have added _Global.scss now but still there are no auto suggestion from VS code. Any other reason? Jim_Mcdonalds Aug 16, 2020 at 2:03 If you import the file correctly, variable or any suggestions should be IntelliSense of VS Code or WebStorm IDE features. Install it on vs code Momin Aug 16, 2020 at 2:06

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .