blob: 299ccb3626f02de1db074bef7db6f4a5860176a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ideas
* LSP server to be used with the Helix text editor
* Code completion using LLMs
* Code generation using LLMs text
* Be a replacement for 'github copilot cli'
Be able to select code blocks and perform code actions on them
* Commenting exiting code
* Code refactoring
Be able to chat 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
MSPintegration? Can't think of a specic use case right now but it may be interesting!
## More
* Use of different LLM based on usage/use case
* Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol
|