🚧 WIP user documentation

This commit is contained in:
abe33 2017-10-03 16:57:24 +02:00
parent fc5e75c812
commit 53d200d8ab
No known key found for this signature in database
GPG Key ID: C864D42B6A53E85B
11 changed files with 63 additions and 0 deletions

63
docs/README.md Normal file
View File

@ -0,0 +1,63 @@
# Kite for Visual Studio Code
This extensions adds support for Kite in Visual Studio Code, including:
- Completion Lists
- Signature Help
- Quick Info
- Goto Definition
## How to use this extension
This extension is automatically installed by Kite when you select Visual Studio Code in the list of plugins.
### Startup
When starting VSCode with Kite's plugin for the first time, the Kite's tour will be displayed in the active pane.
![Kite Tour](./images/kite-tour.png)
This tour will only be displayed once, if you want to see it again on next startup you can activate the `kite.showTourOnStartup` setting.
### Status Bar
The Kite icon in the status bar displays the state of Kite for the current file. By clicking on the icon you open the status panel with additional information.
![kite status bar](./images/kite-status-bar.png)
The icon in the status bar can take three different colors:
- blue: The Kite Engine is available and functioning properly.<br/>![kite status ready](./images/kite-status-ready.png)
- gray: There's either no open file or, if there's an active file, the file is either not supported or not whitelisted.<br/>![kite status not whitelisted](./images/kite-status-non-whitelisted.png)
- red: Something went wrong when the plugin tried to contact the Kite service on your computer. Depending on the issue, the status panel can offer actions to solve the problem.<br/>![kite status not running](./images/kite-status-not-running.png)
### Quick Info
![kite hover](./images/kite-hover.png)
You can see up to three links in the popup:
- `def` will open the file where this symbol is defined
- `web` will open the symbol documentation page in your browser
- `more` will open the [Kite expand view](#expand-view) with additional documentation for this symbol
### Expand View
![Kite Expand Panel](./images/kite-expand-panel.png)
### Active Search
![Kite Active Search](./images/kite-active-search.png)
### Commands
|Name|Description|
|---|---|
|`Kite Active Search`|Opens Kite's active search panel on the side.|
### Settings
|Name|Description|
|---|---|
|`kite.showTourOnStartup`|Whether to show the Kite tour on startup or not.|
|`kite.pollingInterval`|At which interval the status of the connexion to kite is checked by the extension, defaults to 5s.|

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

BIN
docs/images/kite-hover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
docs/images/kite-tour.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB