From 20e0a665c85b75a660d43b561e8d358489a80575 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 3 Aug 2023 14:33:14 -0400 Subject: [PATCH] Add Tabnine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b6085d..4328901 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [Blackbox](https://www.useblackbox.io/) — VS Code extension with autocomplete and chat including links to online coding references. - [Quack AI](https://www.quack-ai.com/) — VS Code extension for adhering to project coding guidelines. Waitlisted. - [Tabby](https://tabbyml.github.io/tabby/) — Open source, self-hosted code completion assistant. Extensions for VS Code and Vim. +- [Tabnine](https://www.tabnine.com/) [(Source)](https://github.com/codota/TabNine) — Open source, self-hosted code completion assistant. Extensions for 15 editors including VS Code, IntelliJ, Neovim, Eclipse, and PyCharm. - [talk-codebase](https://github.com/rsaryev/talk-codebase) - CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All. - [Magnet](https://www.magnet.run/) — Web-based chatbot with repositories and issues as context.