konstantinkobs / brackets-SASShints

Autocompletion for SASS/SCSS variables in Brackets
30 stars 7 forks source link

Request: Add Support for mixin @include auto-complete #3

Open tfevens opened 9 years ago

tfevens commented 9 years ago

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.

dularion commented 9 years ago

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.

stacyk commented 9 years ago

Wow @dularion this is a great addition!

Blackbaud-PaulCrowder commented 9 years ago

Any chance you can get this pulled in soon?

maximmis commented 7 years ago

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!