Syntax-highlighting-for-Sass
Syntax-highlighting-for-Sass copied to clipboard
No autocompletion when syntax set to SCSS
It seems that autocompletion only works when the syntax is set to SASS and not SCSS. Is this the correct behaviour? Seems odd that I'm writing SCSS but have to set the alternate syntax.
I have the same issue. It also ignores "normal" CSS completions like "color".
Same here. Sublime text 2 on mavericks.
I am only getting autocompletion for things with the @ symbol, i.e. @extend or @mixin. It doesn't recognise anything else Should clarify: ST3 Mavericks
Same problem here. I also have Emmet installed and just works for .CSS.
Sublime Text 3 on Yosemite.
+1
Only when switching to "Sass" syntax the completion is working. ST3, Yosemite.
+1 same issue, ST3, Yosemite
+1
Ping @P233
+1 on Windows Sublime Text 3
+1 same issue, ubuntu sublime Text 3
+1
do you think to solve this? and possibly when?
Hi all , I removed this file: Completions/SHS-Sass-Functions/Sass-Functions.sublime-completions , that works for me. But I don't know why, I rarely use this feature. 😂
https://github.com/naoyeye/Syntax-highlighting-for-Sass/commit/c546a1b013384eec531c5dd08765fb854c00bc1b

:+1: Same issue, stops working as soon as you install either Emmet or AutoFilename (both essential to my workflow) ST3 here, not working on both sass and scss syntax modes
+1
+1 Waiting for fix
+1
For me also autocomplete is working fine after removing
Completions/SHS-Sass-Functions/Sass-Functions.sublime-completions this file
Same issue. And It didn't work for me delete the file Sass-Functions.sublime-completions
OK, just got an update today of the SASS/SCSS Highlighting in Sublime Text 3. Now the autocompletion is gone. Where can I find the Completions/SHS-Sass-Functions/Sass-Functions.sublime-completions file?
I'am on Windows 10 and Sublime Text 3.
Just broke for me this morning. OS X with ST3.
just broke for me as well
Hello guys,
Anyone reading this thread and having similar issues, the answer to your problem will most likely be found here: https://stackoverflow.com/questions/32259387/sass-autocomplete-in-sublime-text-3
In a nut shell you need to have both the "SASS" and "SCSS" packages installed. worked instantly for me.