atom / autocomplete-css

CSS property name and value completions
MIT License
69 stars 75 forks source link

Autocomplete doesn't help with custom CSS Variables #109

Open oyekanmiayo opened 6 years ago

oyekanmiayo commented 6 years ago

Hello, please when I declare a custom variable in the :root pseudo-class, the autocomplete-plus package doesn't help with autocompleting when I try to call the defined variable in another section of the code.

What can I do to get it to work?

See screenshots below: declared variables calling declared variables

Thank you.

madebytincans commented 5 years ago

+1 to this, although a year late. Would love to do how I could get this to work.

emiltoteb commented 4 years ago

Still looking for a solution to that, another year later.

oyekanmiayo commented 4 years ago

What kind of change needs to be made to make this happen?

I’m interested in trying have a go at it.