Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codota/tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://github.com/codota/tabnine-intellij

appcode artificial-intelligence autocomplete clion goland gpt-2 intellij jetbrains jetbrains-plugin phpstorm pycharm rider rubymine webstorm

Last synced: 1 day ago
JSON representation

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine

Awesome Lists containing this project

README

        

[twitter-shield]: https://img.shields.io/twitter/follow/Tabnine_?style=social
[twitter-url]: https://bit.ly/2WHsEtD
[github-shield]: https://img.shields.io/github/stars/codota/Tabnine?style=social
[github-url]: https://bit.ly/36iGtUU
[youtube-shield]: https://img.shields.io/youtube/channel/views/UC3ZLFXRRmK3XbT5Oq0qPLqA?style=social
[youtube-url]: https://bit.ly/36slY7c

[![Github Repo][github-shield]][github-url]
[![Youtube Demo Video][youtube-shield]][youtube-url]
[![Twitter Follow][twitter-shield]][twitter-url]
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/from-referrer/)
# AI assistant for software developers

> :bulb: **Note:**
>
> ### This plugin is NOT for Tabnine Enterprise self-hosted customers.
>
> This plugin is for Tabnine’s Starter (free), Pro and **Enterprise SaaS** users only.
>
> Tabnine Enterprise users with the self-hosted setup should use the Tabnine Enterprise plugin in the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21531).
>
>Learn more about **Tabnine Enterprise** and self hosting options [here](https://www.tabnine.com/enterprise?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace), or talk to a [Tabnine Enterprise expert](https://www.tabnine.com/?expert&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)

## Code faster with AI code completions

![Tabnine main completions](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/completions-main.gif)

## Ask away, Tabnine Chat is here to answer (Beta)
Want to join the Beta? [Sign up here](https://www.tabnine.com/?chat-beta&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)

![Tabnine Chat_discover_and_learn](https://github.com/codota/tabnine-intellij/assets/23702961/a3d79188-5a8a-4e12-9f56-4f1e14f7587b)


#### Quick menu:

**[What’s Tabnine](#whats-tabnine)**

**[Supported languages, frameworks, and IDEs](#supported-languages-frameworks-and-ides)**

**[Code privacy](#complete-code-privacy)**

**[Tabnine Chat (Beta) ](#tabnine-chat-beta)**

**[Tabnine Pro](#tabnine-pro---whole-line-full-function-and-natural-language-to-code-completions)**

**[Tabnine Enterprise](#tabnine-enterprise)**

**[FAQ](#faq)**

#### For self-hosted enterprise customers only

Other Tabnine AI users, **including Tabnine Enterprise SaaS**, should use the [Tabnine plugin from JetBrains marketplace](https://plugins.jetbrains.com/plugin/12798).

#### What’s Tabnine

Tabnine is an AI code assistant that makes you a better developer, helping you to increase your development velocity with real-time code completions, chat, and code generation in all the most popular coding languages and IDEs.

Whether you call it **IntelliSense, intelliCode, autocomplete, AI-assisted code completion, AI-powered code completion, AI copilot, AI code snippets, code suggestion, code prediction, code hinting, content assist, unit test generation** or **documentation generation**, using Tabnine can massively impact your coding velocity, significantly cutting down your coding time.

#### Under the hood / Tabnine technology
Tabnine is powered by multiple language-specialized machine learning models that were pre-trained from the ground up on code. All of Tabnine’s AI models are trained on open-source code with permissive licenses. Tabnine's AI completions can be run on a developer's laptop, on a server behind your firewall, or in the cloud.

#### Complete code privacy
Your code always remains private.




Tabnine NEVER stores or shares any of your code. Any action that shares your code with the Tabnine servers for the purpose of training team models requires explicit opt-in. Tabnine does not retain any user code beyond the immediate time frame required for training models. Private code models created by Tabnine Enterprise are only accessible by your team members.

#### Trained on open-source code with permissive licenses
Tabnine only uses open-source code with permissive licenses for our Public Code trained AI model (MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause, Unlicense, CC0-1.0, CC-BY-3.0, CC-BY-4.0, RSA-MD, 0BSD, WTFPL, ISC). Whether you’re using Tabnine’s Pro plan or our Basic plan, your code, and AI data are NEVER used to train any models other than private code models.

[Learn more](https://www.tabnine.com/code-privacy?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)

#### Tabnine Chat (Beta)
Tabnine Chat is a private and secure AI assistant that’s been trained on permissible open-source code only, and is always available to answer any of your questions right in your IDE.

With Tabnine Chat you can basically ask any question regarding code, for example, you can generate code that performs a specific task, generate tests for specific code, generate documentation for existing code, explain the purpose of legacy code, and way more.

![Chat_unit_test](https://github.com/codota/tabnine-intellij/assets/23702961/78295785-d09a-4578-b758-c9eb453114f4)

**Want to join the Beta? [Sign up here](https://www.tabnine.com/?chat-beta&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)**

#### Tabnine Pro - whole line, full function, and natural language to code completions

You’re in control - As you type, Tabnine Pro serves whole-line, full-function, and even natural language to code completions. You can accept your whole line completion or keep typing to get more **real-time alternatives** that keep adapting to your code context.

[Start a Free Tabnine Pro 14-day trial](https://www.tabnine.com/pricing/landing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)




**Whole line completions** - Tabnine serves whole line completions as you code and you can complete an entire line of code with a single keystroke.


![whole-line-completion](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/whole-line-completion.png)




**Full-function completions** - With just a hint, Tabnine generates your entire function without ever having to exit your editor.


![full-function-completion](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/full-function-completion.png)




**Natural language to code completions** - Describe the script or function you’re looking for, and Tabnine will suggest the right code for you to use.


![natural-language-to-code](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/natural-language-to-code.png)

[Start a free trial](https://www.tabnine.com/pricing/landing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace)

#### Tabnine Enterprise
Everything Tabnine Pro & much more - The perfect solution for businesses with custom needs:




**Automate Remote Knowledge Sharing** - Share knowledge effortlessly across countries and time zones. Tabnine learns your code patterns, providing expert guidance to every member of your team at any time of day.




**Improve Code Quality & Consistency** - Tabnine Improves code consistency across your entire project, suggesting completions that align with your best practices for code that’s easier to read, manage, and maintain.




**Accelerate Developer Onboarding** - Tabnine’s AI assistant helps speed new team members through the onboarding process with instant inline coding guidance minimizing the training burden placed on senior developers.




**Reduce Code Review Iterations** - Your Tabnine AI assistant will help you get the right code the first time. Tabnine provides code guidance that’s consistent with your team’s best practices, saving costly and frustrating code review iterations.




**Self-hosting** - Host Tabnine locally to comply with your business’ security requirements.




**Private code repository models** - Tabnine Pro offers custom models based on multiple repositories. Connect your GitHub/GitLab/Bitbucket repositories and train your own private AI model to get personalized code completions that match your coding style & patterns.

[Contact us](https://www.tabnine.com/pricing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace) for more information

#### Supported languages, frameworks, and IDEs
![supported-languages](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/supported-languages.png)




#### FAQ

Something not working the way you hoped? [Tabnine Support](https://www.tabnine.com/faq?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=jetbrains_marketplace) is always happy to help. Feel free to contact us anytime at [email protected]

#### **Recommended by developers everywhere:**

William Candillon Tweet

Imed Boumalek Tweet

ramnivas Tweet

bob paskar Tweet

Nick Radford Tweet

Hugues BR Tweet

JohnyTheCarrot Tweet

Donald E Fredrick Tweet

Joshua Kelly Tweet

JDerek Braid Tweet

---