/intelligent-scss-hints

Contextually intelligent hints for SCSS (variables, mixins, functions etc.) in Brackets

Primary LanguageJavaScriptMIT LicenseMIT

Intelligent SCSS code hints in Brackets

A Brackets extension that parses and analyzes all the scss files in the current project to provide contextual code hints for scss files. Hints include scss builts (function, at-rules, mixins), classes, mixins, function and variables (normal, nested and arguments).

Uses the independent scss-analyzer, which itself is based on a custom fault tolerant fork of gonzales-pe

Feature requests should go in Issues.

And all help will be appreciated to expand and improve this extension. Thanks.

Hinting Support

SCSS Builtin Hints for at-rules, function and mixins

built-ins

Hints from imported files

impoted-file-hints

Contextual hints for variables which respect nesting

contexual-hints

Normal variable hints

variable-hints

Function hints with signature

function-hints

Mixin hints with signature

mixin-hints

Class hints

class-hints