brackets-SASShints
brackets-SASShints copied to clipboard
Request: Add Support for mixin @include auto-complete
Much like your plugin currently works for $variables, it would be great to have support for @mixin auto-complete.
When a user types '@include ' that would trigger the mixin search, such that the next keystrokes would should defined @mixin names, with any of the parameters shown as 'hints'.
I haven't had a coffee yet this morning, so I hope this makes sense!
Thanks.
This is now added via my Fork, I also created a pull request already. It is now up to the original programmer to decide whether or not to include it. Here is my fork at least: https://github.com/Systaro/brackets-SASShints
But please refrain from using it, if the programmer of the original extension decides on including my changes in his code.
Wow @dularion this is a great addition!
Any chance you can get this pulled in soon?
Great job @dularion! Also merged the color previews for variables. Made another pull request, maybe the author will respond... Can be found here: https://github.com/maximmis/brackets-SASShints Cheers!