Reputation: 1467
I used sublime-text-haml-sass to get SASS support for sublime text 2. It all works except css completions.
There are files "css_completions.py" and "css_completions.pyc" in folder C:\Users\USERNAME\AppData\Roaming\Sublime Text 2\Packages\css which are responsible for providing completions. I tiried putting those files in SASS folder in packages, but it didn't help.
Any ideas how to copy completions from css package to SASS ?
Upvotes: 2
Views: 772
Reputation: 4119
Use nathos / sass-textmate-bundle to get completions. You can install with the package manager by searching for "sass".
Upvotes: 1