All Projects → buzzfeed → solid-completions

buzzfeed / solid-completions

Licence: MIT license
Atom Autocomplete+ provider and generator for SublimeText completions files for the Solid CSS Framework

Programming Languages

javascript
184084 projects - #8 most used programming language

solid-completions

An Atom autocomplete provider for the Solid CSS framework and generator for .sublime-completions autocomplete files.

It will autocomplete your Solid classnames in HTML and HTML-ish (mustache, handlebars, etc) files while also providing access to Solid global variables in SCSS.

Solid Autocomplete Example

Installation (Atom)

Use the command palette cmd-shift-P and jump to Settings View: Install Packages and Themes. Search for solid-completions and hit install. That's it!

Installation (Sublime)

Clone the repo to your machine git clone https://github.com/buzzfeed/solid-completions.git

Install the modules npm install

Generate the completions files grunt generate

Move the resulting .sublime-completions files to ~/Library/Application Support/Sublime Text 2/Packages/User/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].