ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Primitive Filler

by francolam ALL

Autocompletion for scss primitive values

Details

  • 2014.09.19.23.22.14
  • github.​com
  • github.​com
  • 10 years ago
  • 5 years ago
  • 10 years ago

Installs

  • Total 201
  • Win 126
  • Mac 54
  • Linux 21
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Primitive Filler

Installation

You should be able to install it via Package Control by searching the name

Description & Setup

If you separate the variables definition for Sass in an file, you might need to reference the files to see what variables are available. This autocompletion plugin will help you for the lookup. Before you use it, you need to create a folder called “primitives” in your project. You just need to put your files which contains the variable definitions in the folder. Please note that the files are partial as it only contains variables. So, if the files are not partial, the plugin won't look into the file.

Usage

  1. Open your project dirtory in Sublime
  2. Open the sass/css file that you want to work on
  3. type in “sym.” to start the auto completion

The autocompletion drop down shows with the file names; then, the variables inside the file! If you set up as the description section described and nothing shows, you can enter “Crtl+r” to rescan your files.