diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-07 11:26:10 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-07 11:26:10 +0300 |
| commit | 8889949ad3851bfbf36ff5b73128286d67c88201 (patch) | |
| tree | 0f515ae6ee3da898dea113799c09e943f3e3f8fb /PROJECTSTATUS.md | |
| parent | 7c0266e94378f6121719939c6d53915eb72eed3e (diff) | |
tiding up
Diffstat (limited to 'PROJECTSTATUS.md')
| -rw-r--r-- | PROJECTSTATUS.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md index 5959f31..18b0278 100644 --- a/PROJECTSTATUS.md +++ b/PROJECTSTATUS.md @@ -18,11 +18,26 @@ Or maybe C-p = ":sh hexai-action" ``` - And then generate a menu with all the code actions hexai-lsp knows of and include hotkeys for each menu item! Also print out a notice that this is a work-around due to limitations in Helix's current LSP UI. ### More features +* [ ] Kagi FastGPT for in-editor search + - Think about an in-editor chat trigger, maybe with S> for search! +* [ ] Test whethe GitHub Copilot support actually works now, and if not, fix it! + +> It looks like your message is: + +``` +- >foo bar baz? +``` + +Could you clarify what you mean or what you’re asking for? +- If you’re asking about the syntax, `>foo bar baz` is not standard in most programming languages. +- If you’re referencing a command-line or shell prompt, `foo bar baz` could be a command (`foo`) with arguments (`bar` and `baz`). +- If you’re asking about a specific language or context, please provide more details so I can help you better! + + * [/] implement a code action for selected code block the way via a unix pipe as faster access in helix - pipe selected code to external command and replace selection with output - the external command should open a menu to select an action (e.g. "format", "refactor", "explain", "test", etc.) and then apply it to the selected code |
