From 29af277139b89f93946d293ee2dc1a88450635ad Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:29:03 +0200 Subject: [PATCH] doc: Added chat and hotkeys description --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2452a91..6f27fdc 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ - Quick refactor code via fast chat command and opened files - Chat functionality: - Side and Bottom panels + - Chat in additional popup window with pinning - Chat history autosave and restore - Token usage monitoring and management - Attach files for one-time code analysis @@ -85,6 +86,11 @@ Join our Discord Community: Have questions or want to discuss QodeAssist? Join o QodeAssistBottomPanel +
+ Chat in addtional window: (click to expand) + image +
+
Automatic syncing with open editor files: (click to expand) OpenedDocumentsSync @@ -271,7 +277,12 @@ Linked files provide persistent context throughout the conversation: - [ ] Support MCP ## Hotkeys - +All hotkeys available in QtCreator Settings +Also you can find default hotkeys here: +- To call chat with llm in separate window, you can use: + - on Mac: Option + Command + W + - on Windows: Ctrl + Alt + W + - on Linux: Ctrl + Alt + W - To call manual request to suggestion, you can use or change it in settings - on Mac: Option + Command + Q - on Windows: Ctrl + Alt + Q