Kite Autocomplete Plugin for Visual Studio Code
Go to file
2017-05-15 20:36:45 -07:00
.vscode VSCode boilerplate 2017-04-19 14:42:07 +02:00
assets Make theming more consistent in light and high contrast themes 2017-05-11 17:03:58 +02:00
docker-image add back kite-installer 2017-05-10 17:02:55 -07:00
src Update deps to use released version of kite-installer 2017-05-11 12:46:34 +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
build_release.sh make executable 2017-05-15 20:36:45 -07: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 npm install quiet 2017-05-12 18:10:55 -07:00
package.json Update deps to use released version of kite-installer 2017-05-11 12:46:34 +02: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.