From 778a3591bd27ce49acb6f8596f3c714351c412dc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 17:05:24 +0300 Subject: lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; update tests --- IDEAS.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'IDEAS.md') diff --git a/IDEAS.md b/IDEAS.md index 7eabb94..30e7708 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -19,6 +19,8 @@ * [X] Text completion in general * [/] Code generation using LLMs text * [ ] Be a replacement for 'github copilot cli' +* [ ] Be able to perform inline chats (keeping history in the document) +* [ ] Be able to switch the underlying model via a prompt Be able to select code blocks and perform code actions on them @@ -40,7 +42,7 @@ Be able to switch LLMs. * [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol` -## Internal usage notes +## Usage notes Helix' `languages.toml` @@ -57,7 +59,7 @@ language-servers = [ "gopls", "golangci-lint-lsp", "hexai" ] command = "hexai" ` +## Prompting -### Write a new function prompt - -// Implement a function counting the number of files in a directory <<==prompt +* Write a new function: `;Implement a function counting the number of files in a directory;` +* In-place code add: `;Get number of files in a directory;` -- cgit v1.2.3