atom / autocomplete-plus

View and insert possible completions in the editor while typing
MIT License
960 stars 263 forks source link

Suggest and autocomplete sass variables in project #571

Open RAFA3L opened 9 years ago

RAFA3L commented 9 years ago

Hello, is possible suggest/autocomplete sass variables declared in another file inside the same project?

Thanks in advance

benogle commented 9 years ago

Currently you need to open the file that contains the sass variables.

onetrev commented 8 years ago

Good to know this is the case! I basically discovered this just by noticing it was the case.

But more importantly, is there any plan to add support for sass variable indexing so your variables file doesn't be perpetually open? Thanks!

nickfmc commented 8 years ago

It would be nice if this was re-opened as an enhancement. Variables and even just class names from sass/css files in your project from files that aren't open would be huge help.