Skip to content

Codacus Coder is an open source alternative to Github Copilot Which uses local LLMs to do code completions. You will like if all you want is Inline Completion ("ghost text") in your editor and don't want to pay for GitHub copilot

License

Notifications You must be signed in to change notification settings

thecodacus/codacus-coder

Repository files navigation

CodacusCoder Extension

This is a Visual Studio Code extension that provides inline code completions using local llm AI models.

Requirements

This extension requires the following to be installed on your system:

  • Ollama runtime: This is required for the machine learning model. Please refer to the Ollama documentation for installation instructions.

Extension Settings

This extension contributes the following settings:

  • codacusCoder.apiEndpoint: The endpoint of the API used for code generation.
  • codacusCoder.model: The model used for code generation.
  • codacusCoder.debounceTime: The debounce time for code completion requests.

Known Issues

There are no known issues at the moment. If you encounter a bug or have a feature request, please open an issue on the GitHub repository.

Release Notes

0.0.1

Initial release of CodacusCoder. This version provides basic inline code completions using a AI model.

Added the ability to enable or disable the extension by clicking the status bar item. Also made the API endpoint, model, and debounce time configurable through the extension settings.

About

Codacus Coder is an open source alternative to Github Copilot Which uses local LLMs to do code completions. You will like if all you want is Inline Completion ("ghost text") in your editor and don't want to pay for GitHub copilot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published