brackets-SASShints
brackets-SASShints copied to clipboard
Autocompletion for SASS/SCSS variables in Brackets
A merge between forks for better all-round extension.
Hi, I'd like to suggest an option to exclude certain project folders. I'm developing a project with [Ionic Framework](http://ionicframework.com) and this plugin makes SCSS editing very slow, because it's checking...
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,...
When i type $, nothing happens ! any solution ?
I press $ and nothing is happening, not showing any of my variables. Maybe a conflict with some other extension?
Is it possible to include a hint tooltip when hovering over a complete SASS variable? In one of my projects, it's hard to keep track of variables, so I end...
Hi, I found that in my project a lot of variables are referenced to another, so it would be nice to show real value, even if its taken from another...
Autocompletion for multiline values doesn't work as expected. This concerns mainly sass-maps, which are usually not written in one line due to readability reasons. e.g. ``` $map: ( value: 123,...
In this pull request I added functionality that gives the user hints for mixins as well as variables. All the old variable-hinting is still intact, nothing was changed there except...