A Visual Studio Code extension that provides code autocompletion in the same way as GitHub Copilot. It uses locally hosted Large Language Models (such as Mistral, Phi3,...) downloaded and served with Ollama.
When writing in a file, Tabmania provides autocompletion. Pressing the tab key accepts the suggestion and inserts the text at the cursor location.
This extension contributes the following settings:
tabmania.url
: URL to the local ollama server.tabmania.model
: Name of the AI model to use.
The autocomplete suggestions can take a long time to be displayed. This can be due to the size of the model used and the amount of memory in your computer. We recommend sticking with relatively small models, such as Phi3 and having at least 32GB of memory.
Initial release of Tabmania