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
  • 6 years ago
  • 10 years ago

Installs

  • Total 201
  • Win 126
  • Mac 54
  • Linux 21
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20
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.