diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 17:05:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 17:05:24 +0300 |
| commit | 778a3591bd27ce49acb6f8596f3c714351c412dc (patch) | |
| tree | d4617e94d9543532b82d63021e6e8d1ae272eeb1 /IDEAS.md | |
| parent | ad62a3eb132924858d23694273923f1fc13ca22e (diff) | |
lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; update tests
Diffstat (limited to 'IDEAS.md')
| -rw-r--r-- | IDEAS.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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;` |
