An atom autocomplete-plus package that autocompletes various primer packages.
Install autocomplete-primer using Atom's package manager or simply enter this into your terminal.
$ apm install autocomplete-primer
This package uses the api from autocomplete-plus, which is bundled with atom, to display autocomplete results from primer projects.
.erb
files and .rb
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
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.