From 1f9c60ffb2bd8f7274693be88257d4fdaade50ab Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 27 Nov 2025 14:02:27 +0100 Subject: [PATCH] doc: Fix description for code completion and quick refactor (#278) --- README.md | 6 ++---- docs/quick-refactoring.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 045d3aa..ba8ed93 100644 --- a/README.md +++ b/README.md @@ -155,14 +155,14 @@ QodeAssist supports multiple LLM providers. Choose your preferred provider and f 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 - Press **Space** (or custom key) to request completion - **Best for**: Paid APIs (Claude, OpenAI), conscious control - **Benefits**: No unexpected API charges, full control over requests, no workflow interruption - **Visual**: Clear indicator shows when completion is ready -**Automatic** +**Automatic(Default)** - Automatically requests completion after typing threshold - Works immediately without additional keypresses - **Best for**: Local models (Ollama, llama.cpp), maximum automation @@ -182,8 +182,6 @@ Configure in: `Tools → Options → QodeAssist → Code Completion → General ### Quick Refactoring - 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 - Create, edit, and manage reusable refactoring templates - Combine base instructions with specific details diff --git a/docs/quick-refactoring.md b/docs/quick-refactoring.md index 023f6cd..1357936 100644 --- a/docs/quick-refactoring.md +++ b/docs/quick-refactoring.md @@ -37,6 +37,7 @@ Configure: - **Advanced Options**: Penalties, context window size - **Features**: Tool calling, extended thinking mode - **System Prompt**: Customize the base prompt for refactoring +- **How quick refactor looks**: Display type and sizes ## Using Quick Refactoring