Sublime Forum

Looking for help with plugin development for SASS

#1

I ported a simple plugin that lists all LESS variables in your project to SASS (.scss only). I would like to expand and improve this to work for any CSS preprocessor. As far as I can see, all I need to do is to determine the current syntax, then change a regex and a few other variables and let the plugin do its thing - but I don’t know python and I’m struggling. Could someone help me?

My fork is at github.com/mrmartineau/sublime-list-sass-vars and I have also asked the original developer for his help.

0 Likes

#2

Just to keep folks updated: I am now working with the original developer of the Less plugin to create a new plugin that allows Less, Sass, Scss and Stylus variables to be listed in the command palatte. You can find the new repo at github.com/MaciekBaron/sublime- … sheet-vars, please try it out and file an issueif you find any problems.

0 Likes