Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.22 KB

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