This package provides the following services:
Autocomplete Primer
An atom autocomplete-plus package that autocompletes various primer packages.
Install
Install autocomplete-primer using Atom's package manager or simply enter this into your terminal.
$ apm install autocomplete-primer
Usage & Features
This package uses the api from autocomplete-plus, which is bundled with atom, to display autocomplete results from primer projects.
- Autocomplete primer-utilities with hints and documentation links
- Autocomplete octicon helper tags into
.erb
files and.rb
- Coming soon Autocomplete component example snippets
Development
This package works by pulling in the primer packages and building them into the necessary data structure for the autocomplete-plus api. To build this, run
npm run build