Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tabnine | 9,946 | 6 months ago | 23 | mit | Shell | |||||
AI Code Completions | ||||||||||
Tabnine Vscode | 1,203 | 18 hours ago | 15 | mit | TypeScript | |||||
Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode | ||||||||||
Rubberduck Vscode | 332 | 2 months ago | 23 | mit | TypeScript | |||||
Use AI-powered code edits, explanations, code generation, error diagnosis, and chat in Visual Studio Code with the official OpenAI API. | ||||||||||
Code Gpt | 235 | 4 months ago | 2 | TypeScript | ||||||
Make sense of any code, anytime. 🚀 | ||||||||||
Cursorcode | 172 | 2 months ago | 8 | mit | TypeScript | |||||
Cursor GPT vscode扩展插件 | ||||||||||
Chatide | 110 | a month ago | 1 | mit | TypeScript | |||||
AI Coding Assistant in your IDE - ChatGPT (OpenAI) and Claude (Anthropic) in a VSCode extension. | ||||||||||
Scribeai | 104 | 13 days ago | 1 | apache-2.0 | TypeScript | |||||
ChatGPT extension for VSCode. | ||||||||||
Vscode Pddl | 65 | a month ago | 37 | mit | TypeScript | |||||
Planning Domain Description Language (PDDL) grammar, syntax highlighting, code snippets, parser and planner integration for Visual Studio Code. | ||||||||||
Vscode Extension | 36 | 5 months ago | 14 | mit | Java | |||||
DeepCode extension for Visual Studio Code | ||||||||||
Chatgpt Helper | 31 | 2 months ago | 9 | gpl-3.0 | TypeScript | |||||
A VS Code extension to quickly query OpenAI's ChatGPT from inside your editor. |
This is the repository for the backend of TabNine, the all-language autocompleter. There are no source files here because the backend is closed source.
You can make feature requests by filing an issue. You are also welcome to make pull requests for changes to the configuration files.
languages.yml
determines which file extensions are considered part of the same language. (For example, identifiers from .c
files will be suggested in .h
files.)
language_tokenization.json
determines how languages are tokenized. For example, identifiers can contain dashes in Lisp, but not in Java.
If your feature request is specific to a particular editor's TabNine client, please file an issue in one of these repositories:
You may be interested in these TabNine clients written by third parties:
NOTE: Codota is not validating any code in those plugins and is not responsible for them by any means.