Kite Autocomplete Plugin for Visual Studio Code
Go to file
2017-05-10 17:02:55 -07:00
.vscode VSCode boilerplate 2017-04-19 14:42:07 +02:00
assets 🐛 Fix invalid link for usages and definitions in sidebar 2017-05-05 14:38:32 +02:00
docker-image add back kite-installer 2017-05-10 17:02:55 -07:00
src Add remaining trial days in status bar 2017-05-10 18:25:36 +02:00
.eslintrc.json VSCode boilerplate 2017-04-19 14:42:07 +02:00
.gitignore Remove unused files 2017-04-20 17:47:45 +02:00
.vscodeignore VSCode boilerplate 2017-04-19 14:42:07 +02:00
CHANGELOG.md VSCode boilerplate 2017-04-19 14:42:07 +02:00
jsconfig.json VSCode boilerplate 2017-04-19 14:42:07 +02:00
LICENSE Initial commit 2017-03-21 17:46:06 -07:00
Makefile add back kite-installer 2017-05-10 17:02:55 -07:00
package.json add back kite-installer 2017-05-10 17:02:55 -07:00
README.md Remove remaining merge conflict hints 2017-04-20 17:55:05 +02:00
vsc-extension-quickstart.md VSCode boilerplate 2017-04-19 14:42:07 +02:00

Kite plugin for VSCode

To use this plugin you must (download and install the Kite Engine)[https://kite.com].

Installation

Download Kite from http://kite.com/. During the installation process, select "Visual Studio Code" in the list of editors and Kite will install this plugin for you.

Debugging pointers

Open Visual Studio Code, navigate to this project directory, and change the launch target from Launch Extension to Launch Tests. Then, hit the green play triangle. Testing from the command line to come as soon as I can figure it out.