diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-01 20:51:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-01 20:51:42 +0300 |
| commit | f56fc80a3a4daaf25a1f6bcaac52b761bd8ed9c8 (patch) | |
| tree | 4f2bfff0069e13760f5c97bf383dc0d28a38fe70 | |
| parent | ec2957d0dce400be62058c50e18cb433fd050f0d (diff) | |
addin ideas
| -rw-r--r-- | IDEAS.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md new file mode 100644 index 0000000..9659f63 --- /dev/null +++ b/IDEAS.md @@ -0,0 +1,23 @@ +# Ideas + +* LSP server to be used with the Helix text editor +* Code completion using LLMs +* Code generation using LLMs text + +Be able to select code blocks and perform code actions on them + +* Commenting exiting code +* Code refactoring + +Be able to cht with the LLM + +* Have a dialog with the LLM, like in lsp-ai + +Be able to switch LLMs. + +* Ollama local LLM models (e.g. Qwen Coder vs Deepseek-R1 for different purposes) +* OpenAI models +* Claude models +* Gemini models + +LCP integration? Can't think of a specic use case right now but it may be interesting! |
