Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def sorting_algorithm(x):
With Granite.Code it is possible to make code changes by giving editing instructions to the Granite models. An easy way to try this is to edit a code section:

1. In the editor, highlight the code you want to change.
2. Use the **Command+E** / **Ctrl+E** keyboard shortcut to add the code section to the prompt and switch to edit mode.
2. Use the **Command+I** / **Ctrl+I** keyboard shortcut to add the code section to the prompt and switch to edit mode.
3. Describe how you want the code to be changed, then press return or click the **⏎ Enter** button.

You can try this with the code section below:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Granite.Code is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties.

Granite.Code can be installed as a VS Code extension: ee [setup](https://docs.granitecode.github.io/setup) to get started.
Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started.

## Get in Touch

Expand Down