updated readme for version 0.2.1 #9

Merged
Fabel merged 1 commits from remove_compeltion_items into develop 2024-10-16 10:38:20 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit bf6318965b - Show all commits

View File

@ -12,7 +12,7 @@ Fabelous Autocoder is a powerful VS Code extension that provides intelligent cod
## How It Works ## 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. 2. The extension sends your current code context to the configured API.
3. A code completion is generated and displayed as a preview. 3. A code completion is generated and displayed as a preview.
4. Accept the completion with `Tab` or decline it with `Backspace`. 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) ![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. 2. **Preview**: The suggested completion appears in light gray text.
3. **Accept**: Press `Tab` to accept the entire suggestion. 3. **Accept**: Press `Tab` to accept the entire suggestion.
4. **Decline**: Press `Backspace` to remove the preview and decline the 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.temperature`: Control the randomness of completions.
- `fabelous-autocoder.max tokens predicted`: Set the maximum length 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.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.response preview`: Toggle preview functionality.
- `fabelous-autocoder.preview max tokens`: Limit preview length. - `fabelous-autocoder.preview max tokens`: Limit preview length.
- `fabelous-autocoder.preview delay`: Add delay before showing preview. - `fabelous-autocoder.preview delay`: Add delay before showing preview.