doc: Fix description for code completion and quick refactor (#278)

This commit is contained in:
Petr Mironychev
2025-11-27 14:02:27 +01:00
committed by GitHub
parent 6ec4a61c0c
commit 1f9c60ffb2
2 changed files with 3 additions and 4 deletions

View File

@ -155,14 +155,14 @@ QodeAssist supports multiple LLM providers. Choose your preferred provider and f
QodeAssist offers two trigger modes for code completion: QodeAssist offers two trigger modes for code completion:
**Hint-based (Default, Recommended)** **Hint-based**
- Shows a hint indicator near cursor when you type 3+ characters - Shows a hint indicator near cursor when you type 3+ characters
- Press **Space** (or custom key) to request completion - Press **Space** (or custom key) to request completion
- **Best for**: Paid APIs (Claude, OpenAI), conscious control - **Best for**: Paid APIs (Claude, OpenAI), conscious control
- **Benefits**: No unexpected API charges, full control over requests, no workflow interruption - **Benefits**: No unexpected API charges, full control over requests, no workflow interruption
- **Visual**: Clear indicator shows when completion is ready - **Visual**: Clear indicator shows when completion is ready
**Automatic** **Automatic(Default)**
- Automatically requests completion after typing threshold - Automatically requests completion after typing threshold
- Works immediately without additional keypresses - Works immediately without additional keypresses
- **Best for**: Local models (Ollama, llama.cpp), maximum automation - **Best for**: Local models (Ollama, llama.cpp), maximum automation
@ -182,8 +182,6 @@ Configure in: `Tools → Options → QodeAssist → Code Completion → General
### Quick Refactoring ### Quick Refactoring
- Inline code refactoring directly in the editor with AI assistance - Inline code refactoring directly in the editor with AI assistance
- Selection-based improvements with instant code replacement
- Built-in quick actions (repeat, improve, alternative)
- **Custom instructions library** with search and autocomplete - **Custom instructions library** with search and autocomplete
- Create, edit, and manage reusable refactoring templates - Create, edit, and manage reusable refactoring templates
- Combine base instructions with specific details - Combine base instructions with specific details

View File

@ -37,6 +37,7 @@ Configure:
- **Advanced Options**: Penalties, context window size - **Advanced Options**: Penalties, context window size
- **Features**: Tool calling, extended thinking mode - **Features**: Tool calling, extended thinking mode
- **System Prompt**: Customize the base prompt for refactoring - **System Prompt**: Customize the base prompt for refactoring
- **How quick refactor looks**: Display type and sizes
## Using Quick Refactoring ## Using Quick Refactoring