nathos / sass-textmate-bundle

Sass support for TextMate & Sublime Text (2 & 3)
MIT License
400 stars 69 forks source link

AutoCompletion from imported files #74

Open binyamg opened 9 years ago

binyamg commented 9 years ago

I am using scss files and I am seeing autocompletion for variables defined in the same file; But not for variables defined in other files in the project imported. Is it not possible to get autocomplete for variables defined in separate files?

guerrero commented 9 years ago

IMHO your problem isn't related with this package. You can use packages like SublimeCodeIntel or AllAutocomplete to deal with it.