diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-17 00:16:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-17 00:16:08 +0300 |
| commit | 3b186ca95e2e18537c38363b1f5296e327f6df07 (patch) | |
| tree | 0b809a2f6c0080f69261c0da733d7a1f7136a4ac /IDEAS.md | |
| parent | dc383b4faef881f3bb22816f42c53a79236a4152 (diff) | |
lsp/config: include ';' and '?' in default trigger characters
- Default trigger set when unset now [., :, /, _, ;, ?]
- Update README and example config accordingly
Diffstat (limited to 'IDEAS.md')
| -rw-r--r-- | IDEAS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,9 @@ * [ ] 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 -* [ ] Fine tune when LLM completions are triggered, as it seems that there are some cases where the LLM is asked but Helix is not suggesting any completions +* [ ] Fine tune when Large Language Model (LLM) completions trigger, as it seems that there are some cases where the Large Language Model (LLM) receives a request but Helix isn't suggesting any completions. There seems to be something odd with the in logic. Investigate the TriggerChar logic and make sure it matches Helix's expectations. +* [ ] Only one code completion should run at a time, even if multiple triggers occur simultaneously +* [ ] Create "generate unit test" code action for selected code block Be able to select code blocks and perform code actions on them |
