https://github.com/buzzfeed/solid-completions
Atom Autocomplete+ provider and generator for SublimeText completions files for the Solid CSS Framework
https://github.com/buzzfeed/solid-completions
Last synced: 9 months ago
JSON representation
Atom Autocomplete+ provider and generator for SublimeText completions files for the Solid CSS Framework
- Host: GitHub
- URL: https://github.com/buzzfeed/solid-completions
- Owner: buzzfeed
- License: mit
- Created: 2016-01-20T20:47:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T20:14:09.000Z (over 7 years ago)
- Last Synced: 2025-04-26T23:33:13.085Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 25
- Watchers: 206
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-completions
An [Atom](http://www.atom.io) autocomplete provider for the [Solid CSS framework](http://solid.buzzfeed.com) 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](https://monosnap.com/file/biBzhqnrIhT6jC0KA5PweeRTtuwN28.png)
## 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/`