问题
I would like to try Kite, which is concept of artificial intelligence helping developers with hints about useful functions or expressions that he or she is currently writing. I have downloaded the Kite Atom plugin from GitHub.
However, as I am new to GitHub's Atom Editor I don't know how to install this plugin into editor.
回答1:
As this plugin isn't available from the Atom Package Manager repository you will need to link this manually:
- Clone the Repository.
- Change to the
plugins\atom
directory. Run the following command:
apm link kite
I've created a short animation to show you me doing this on my system:
来源:https://stackoverflow.com/questions/36802125/install-kite-plugin-in-githubs-atom-editor