Install Kite plugin in GitHub's Atom Editor

北慕城南 提交于 2019-12-07 04:44:34

问题


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:

  1. Clone the Repository.
  2. Change to the plugins\atom directory.
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!