From bf6318965b8ae0c5b7b6d652d363b2571561f0b1 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Wed, 16 Oct 2024 12:37:40 +0200 Subject: [PATCH] updated readme for version 0.2.1 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2efa36..2e76f9f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Fabelous Autocoder is a powerful VS Code extension that provides intelligent cod ## How It Works -1. Trigger the autocompletion by typing a completion key (configurable, default is space). +1. Trigger the autocompletion by typing the completion key (alt+oem_plus). 2. The extension sends your current code context to the configured API. 3. A code completion is generated and displayed as a preview. 4. Accept the completion with `Tab` or decline it with `Backspace`. @@ -21,7 +21,7 @@ Fabelous Autocoder is a powerful VS Code extension that provides intelligent cod ![Fabelous Autocoder Showcase](demo.gif) -1. **Trigger Completion**: Type normally and hit the completion key (space by default). +1. **Trigger Completion**: Type normally and hit the completion key (alt+oem_plus). 2. **Preview**: The suggested completion appears in light gray text. 3. **Accept**: Press `Tab` to accept the entire suggestion. 4. **Decline**: Press `Backspace` to remove the preview and decline the suggestion. @@ -36,7 +36,6 @@ Customize Fabelous Autocoder through VS Code settings: - `fabelous-autocoder.temperature`: Control the randomness of completions. - `fabelous-autocoder.max tokens predicted`: Set the maximum length of completions. - `fabelous-autocoder.prompt window size`: Adjust the context window size. -- `fabelous-autocoder.completion keys`: Set custom completion trigger keys. - `fabelous-autocoder.response preview`: Toggle preview functionality. - `fabelous-autocoder.preview max tokens`: Limit preview length. - `fabelous-autocoder.preview delay`: Add delay before showing preview.