1.2.0 • Published 3 years ago

@phoenix-plugin-registry/brackets-sasshints v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

SASShints (fork by maximmis)

Autocompletion for SASS/SCSS variables and mixins in Brackets. Now with added support for color previews

This is a fork of the original extension by konstantinkobs to add variable and mixin hinting functionality for SASS/SCSS. This fork and the code changes within it have been created by DonChillow, Systaro and Dularion. Color previews via TinyColor.

##Variables

screenshot

Mixins

NOTE: if you start typing @include, the hints will be filtered by those letters (ie 'include'), meaning you might not see some of the mixins that you ought to see. Just type @ followed by your mixins name, and the list will be filtered. For instance, @vendo will find the mixins that include that substring, such as @mixin vendor-property()

screenshot

Fuzzy search capabilities

screenshot

How to use

  1. Open a SASS or SCSS file
  2. Write awesome code
  3. Press $ to insert a variable or @ to insert an @include
  4. Get a list of all variables or mixins with their values

How to install

I'm working on delivering it straight from Bracktes, but for now there are two possible ways:

  1. Copy the url of this repository and paste it into File -> Extension Manager -> Install from URL
  2. Download the code and extract it to the Extensions Folder: Help -> Show Extension Folder -> user