TabmaniaA 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. FeaturesWhen writing in a file, Tabmania provides autocompletion. Pressing the tab key accepts the suggestion and inserts the text at the cursor location. Extension SettingsThis extension contributes the following settings:
Known IssuesThe 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. Release Notes1.0.0Initial release of Tabmania |