summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-20 09:09:26 +0300
committerPaul Buetow <paul@buetow.org>2025-08-20 09:09:26 +0300
commit1fcb7d472d4762d086b0930091abc7ff38d69549 (patch)
tree2ed645e18f7fa71ff6c9b4c96f58ee4d18a70cbc /PROJECTSTATUS.md
parent4d2437727fba2166b807686ad5c6427982aa01b9 (diff)
better
Diffstat (limited to 'PROJECTSTATUS.md')
-rw-r--r--PROJECTSTATUS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
index b44cd09..d92e9f3 100644
--- a/PROJECTSTATUS.md
+++ b/PROJECTSTATUS.md
@@ -28,7 +28,7 @@
* [ ] Be able to switch the underlying model via a prompt
* [ ] 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
+* [ ] Create "generate unit test" code action for selected code block => write test to FILE_test.go file
* [ ] Can anything else can be done with LSP?
Be able to select code blocks and perform code actions on them