Boilerplate package for creating your own custom autocomplete provider for Atom.
This package is not meant to be used directly. It's a sample package that you can build upon to quickly create a custom autocomplete plug-in for Atom.
This README contains only basic installation steps. For the full tutorial, please read Creating an Autocomplete Plug-In for Atom.
Atom provides a built-in way to download and install packages, but for local development, you'll want to do it this way.
apm link
.Don't forget to reload Atom when you make changes!
ctrl
+ option
+ command
+ L
.ctrl
+ shift
+ F5
.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.