在 GitHub 的 Atom 编辑器中安装 Kite 插件

Install Kite plugin in GitHub's Atom Editor

我想尝试 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 来自 GitHub。

但是,由于我是 GitHub 的 Atom 编辑器的新手,所以我不知道如何将此插件安装到编辑器中。

由于 Atom Package Manager 存储库中没有此插件,您将需要 link 手动执行此操作:

  1. 克隆存储库。
  2. 切换到 plugins\atom 目录。
  3. 运行以下命令:

    apm link kite
    

我制作了一个简短的动画来向您展示我在我的系统上执行此操作: