From 27760a3b99575f6d5426328b2e2db85ac7807e70 Mon Sep 17 00:00:00 2001
From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com>
Date: Mon, 14 Apr 2025 01:59:49 +0200
Subject: [PATCH] doc: Add example of Quick Refactor to README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 86884e7..9fcafb3 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@
- AI-powered code completion
- Sharing IDE opened files with model context (disabled by default, need enable in settings)
+ - Quick refactor code via fast chat command and opened files
- Chat functionality:
- Side and Bottom panels
- Chat history autosave and restore
@@ -61,6 +62,11 @@ Join our Discord Community: Have questions or want to discuss QodeAssist? Join o
+
+ Quick refactor in code: (click to expand)
+
+
+
Multiline Code completion: (click to expand)