You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved the lack of compatibility between this nice package and Emmet: With those two things, you will be able to press the key tab to expand an abbreviation with Emmet, and a ";" will be put at the end of the abbreviation line (like with a css file).
2 things:
For Sass-textmate-bundle : you have to delete the folder "Snippet" in order to let Emmet do his job (press tab to expand an abbreviation...).
You have to delete it directly in the archive folder of ST -- otherwise it will be rebuilt next run time. So go to "Installed Packages/Sass.sublime-package" -> rename it "Sass.zip" -> edit it with winrar -> within delete the folder "Snippet" -> then rename it "Sass.sublime-package" -- works for ST3, Sass-textmate-bundle downloaded with package manager.
Finally, what you had to find ;] : in Emmet folder, you have to edit the file "Emmet.sublime-settings" and add "sass.propertyEnd": ";" (with all the quotation marks) here :
I solved the lack of compatibility between this nice package and Emmet:
With those two things, you will be able to press the key tab to expand an abbreviation with Emmet, and a ";" will be put at the end of the abbreviation line (like with a css file).
2 things:
You have to delete it directly in the archive folder of ST -- otherwise it will be rebuilt next run time. So go to "Installed Packages/Sass.sublime-package" -> rename it "Sass.zip" -> edit it with winrar -> within delete the folder "Snippet" -> then rename it "Sass.sublime-package" -- works for ST3, Sass-textmate-bundle downloaded with package manager.
Voilà, voilà!
Hope this can help someone.
#38, #37, #28, #12, #10
The text was updated successfully, but these errors were encountered: