add: related code commands to documentation

This commit is contained in:
Tony Cheang 2021-02-05 12:14:57 -08:00
parent fb98a1de1d
commit 4ff08d50e6

View File

@ -110,6 +110,8 @@ Kite comes with sevaral commands that you can run from VS Code's command palette
|Command|Description|
|:---|:---|
|`kite.related-code-from-file`|Search for code related to the current file in the Copilot|
|`kite.related-code-from-line`|Search for code related to the current line in the Copilot|
|`kite.open-copilot`|Open the Copilot|
|`kite.docs-at-cursor`|Show documentation of the symbol underneath your cursor in the Copilot|
|`kite.engine-settings`|Open the settings for the Kite Engine|