A small personal project to play with AI and VS Code.
Code assistant provides a bridge between coding LLM and your development environment.
DISCLAIMER : This project is just a try. It does not meet any QA expectations.
I highly recommend that you use other LLM frameworks or extensions for production.
Chat with your source code through LLM.
A gRPC server following the instruction protocol has to be up.
This extension contributes the following settings:
codeAssistant.server.address
: LLM server address.codeAssistant.prompt.system
: System prompt used to open chat.codeAssistant.prompt.user
: User prompt used to open chat.codeAssistant.prompt.assistant
: Simulated answer from assistant to open chat.codeAssistant.clearChat
: clear current chat.codeAssistant.openChat
: sends prompt for current chat.codeAssistant.infill
: use <FILL>
separator in selection for code completion.See changelog