Tomas
Tomas

Reputation: 1467

Sublime text 2 SASS completions

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

Answers (1)

d_rail
d_rail

Reputation: 4119

Use nathos / sass-textmate-bundle to get completions. You can install with the package manager by searching for "sass".

Upvotes: 1

Related Questions