sass-textmate-bundle
sass-textmate-bundle copied to clipboard
Completion Question
Hi there,
Running Sublime Text 2 version 2.0.1 on OS X 10.8.3
I could swear that completion in Scss files used to work similar to that of CSS files, where hitting tab or enter on the property would complete it, then add the requisite colon ( : ) and wait for the value, then add in the semicolon ( ; )
I could be mistaken of course, but I am wondering first does that make sense, and second is there way to duplicate that behavior?
I can see inside of the default CSS package, in css_completions.py
around line 143 (for me) is where this action appears to be defined, however I am not sure if there is a way to duplicate that in another package?
Would appreciate any insight, thank you!
Right now there is some completion code from the old TextMate bundle that I believe conflicts with ST2's own completion system.
The long term goal is to rip out all of the old completions (including the now-outdated Zen Coding shortcuts), and replace them with the CSS package's completions.
I haven't figured out how to handle both Sass and SCSS syntaxes yet, so I'm open to suggestions there.