Hey
I recently ran into Codeium, which spun up my attention.
But The codeium package is already available for Sublime via Package Control.
I find code completion of Codeium good. However as I have seen the codeium sublime plugin lacks the chat with context-awareness (indexing) feature. It would be really nice to interact with an AI that is context aware, so sees and knows at least the open files (but would be better if the whole project) and can be asked to generate code (eg unit tests) in a comfortable way, on a new panel. In vscode it is like
that.
Moreover I would also be happy if the AI modell (like llama3) would ran locally.
I checked a few packages yesterday.
The free version of tabnine is quite lame compared to Codeium. I did not check LSP copilot, but I as I said I mainly miss the context-aware (local) chat from existing solutions.
I checked Yollama and OpenAI completion but both solution is quite lame - no offense.
I think a satisfying solution would be a side panel for context aware chat. (I don’t insist on having code completion and context aware chat to be served by the same plugin)
Are there any obstacles to the realization of such a panel?