-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1475 from codota/feature/update-homepage
update README
- Loading branch information
Showing
3 changed files
with
64 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,160 +1,96 @@ | ||
[twitter-shield]: https://img.shields.io/twitter/follow/Tabnine?style=social | ||
[twitter-url]: https://twitter.com/Tabnine | ||
[twitter-url]: https://x.com/Tabnine | ||
[github-shield]: https://img.shields.io/github/stars/codota/Tabnine?style=social | ||
[github-url]: https://github.com/codota/TabNine | ||
[vscode-shield]: https://img.shields.io/visual-studio-marketplace/r/TabNine.tabnine-vscode?logo=visual-studio-code&style=social | ||
[vscode-url]: https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode | ||
[youtube-shield]: https://img.shields.io/youtube/channel/views/UC3ZLFXRRmK3XbT5Oq0qPLqA?style=social | ||
[youtube-url]: https://www.youtube.com/c/Codota-Tabnine | ||
[youtube-url]: https://www.youtube.com/@TabnineAI | ||
|
||
[![Github Repo][github-shield]][github-url] | ||
[![VSCode Plugin][vscode-shield]][vscode-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 | ||
# Tabnine: The AI code assistant that you control | ||
|
||
> ### Note: This extension is NOT for Tabnine Enterprise self-hosted customers. | ||
> | ||
> This extension 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 extension in the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode-self-hosted-updater). | ||
> | ||
> Learn more about **Tabnine Enterprise** and self hosting options [here](https://www.tabnine.com/enterprise?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace), or talk to a [Tabnine Enterprise expert](https://www.tabnine.com/?expert&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) | ||
Tabnine is the AI code assistant that you control — helping development teams of every size use AI to accelerate and simplify the software development process **without sacrificing privacy, security, or compliance.** Tabnine boosts engineering velocity, code quality, and developer happiness by automating the coding workflow through AI tools customized to your team. Tabnine is trusted by more than 1,000,000 developers across thousands of organizations. Learn how to [install and activate Tabnine](https://docs.tabnine.com/main/getting-started/install) and [get started](https://docs.tabnine.com/main/getting-started/quickstart). | ||
|
||
## Code faster with AI code completions | ||
## Boost developer productivity with AI-powered chat and code completions | ||
|
||
![Tabnine main completions](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/completions-main.gif) | ||
<br /> | ||
Tabnine offers best-in-class AI code completion and an AI-powered chat that increases productivity and accelerates the entire software development lifecycle. | ||
|
||
## Ask away, Tabnine Chat is here to answer (Beta) | ||
## Here’s what you can do with Tabnine: | ||
|
||
Want to join the Beta? [Sign up here](https://www.tabnine.com/?chat-beta&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) | ||
**Plan**: Ask Tabnine general coding questions or learn how things work in your specific project and get solutions and references relevant to your workspace. | ||
|
||
![Tabnine Chat_discover_and_learn](https://github.com/codota/tabnine-vscode/assets/23702961/68c486fc-fa0d-4cfe-b8e1-432684b057d8) | ||
<br/> | ||
![plan](https://update.tabnine.com/public-marketplace-resources/plan.gif) | ||
|
||
#### Quick menu: | ||
**Create**: Generate new code using natural language. As you continue coding, Tabnine provides inline code completions, offering real-time, context-aware suggestions that seamlessly blend with your coding style. | ||
|
||
**[What’s Tabnine](#whats-tabnine)**<br /> | ||
**[Supported languages, frameworks, and IDEs](#supported-languages-frameworks-and-ides)**<br /> | ||
**[Code privacy](#complete-code-privacy)**<br /> | ||
**[Tabnine Chat (Beta) ](#tabnine-chat-beta)**<br /> | ||
**[Tabnine Pro](#tabnine-pro---whole-line-full-function-and-natural-language-to-code-completions)**<br /> | ||
**[Tabnine Enterprise](#tabnine-enterprise)**<br /> | ||
**[FAQ](#faq)**<br /> | ||
![create](https://update.tabnine.com/public-marketplace-resources/create.gif) | ||
|
||
#### What’s Tabnine | ||
**Test**: Ask Tabnine to create tests for a specific function or code in your project, and get back the actual test cases, implementation, and assertion. Tabnine can also use existing tests in your project and suggest tests that align with your project’s testing framework. | ||
|
||
Tabnine is an AI code assistant that makes you a better developer. Tabnine will increase your development velocity with real-time code completions, chat, and code generation in all the most popular coding languages and IDEs. | ||
![test](https://update.tabnine.com/public-marketplace-resources/test.gif) | ||
|
||
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. | ||
**Fix**: When tests fail, you can select code with an error and ask Tabnine for recommendations on how to fix it. | ||
|
||
#### Under the hood / Tabnine technology | ||
![fix](https://update.tabnine.com/public-marketplace-resources/fix.gif) | ||
|
||
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. | ||
**Document**: Generate documentation for specific sections of your code to enhance readability and make it easy for other team members to understand. | ||
|
||
#### Complete code privacy | ||
![document](https://update.tabnine.com/public-marketplace-resources/document.gif) | ||
|
||
Your code always remains private. | ||
<br /> | ||
<br /> | ||
Tabnine NEVER stores or shares any of your code. Any action that shares your code with the Tabnine servers for the purpose of private code models (part of enterprise) 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. | ||
**Explain**: Tabnine Chat can provide you with an explanation for a block of existing code, which is especially useful when reading a new codebase or reading legacy code in languages you don’t know as well. | ||
|
||
#### Trained on open-source code with permissive licenses | ||
![explain](https://update.tabnine.com/public-marketplace-resources/explain.gif) | ||
|
||
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.<br /> | ||
[Learn more](https://www.tabnine.com/code-privacy?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) | ||
**Maintain**: In addition to writing new code, Tabnine can help you change the existing code by adding functionality, refactoring, or fixing specific code. | ||
|
||
#### Tabnine Chat (Beta) | ||
![maintain](https://update.tabnine.com/public-marketplace-resources/maintain.gif) | ||
|
||
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. | ||
#### Tabnine supports most popular languages, frameworks, and IDEs. | ||
|
||
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. | ||
**Supported languages, frameworks, and libraries:** JavaScript, TypeScript, Python, Java, C, C++, C#, Go, Php, Ruby, Kotlin, Dart, Rust, React/Vue, HTML 5, CSS, Lua, Perl, YAML, Cuda, SQL, Scala, Shell (bash), Swift, R, Julia, VB, Groovy, Matlab, Terraform, ABAP. | ||
[Learn more](https://docs.tabnine.com/main/welcome/readme/supported-languages) | ||
|
||
![Chat_unit_test](https://github.com/codota/tabnine-vscode/assets/23702961/dd3bd5d8-6745-44ad-aaee-caa1a0b250d8) | ||
**Supported IDEs:** VS Code, JetBrains IDEs (IntelliJ, PyCharm, WebStorm, PhpStorm, Android Studio, GoLand, CLion, Rider, DataGrip, RustRover, RubyMine, DataSpell, Aqua, AppCode), Eclipse, Visual Studio 2022. | ||
[Learn more](https://docs.tabnine.com/main/welcome/readme/supported-ides) | ||
|
||
**Want to join the Beta? [Sign up here](https://www.tabnine.com/?chat-beta&utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace)** | ||
#### The AI code assistant that you control | ||
|
||
#### Tabnine Pro - whole line, full function, and natural language to code completions | ||
Unlike generic code assistants, **Tabnine is:** | ||
|
||
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.<br /> | ||
[Start a Free Tabnine Pro 14-day trial](https://www.tabnine.com/pricing/landing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) | ||
<br /> | ||
<br /> | ||
**Whole line completions** - Tabnine serves whole line completions as you code and you can complete an entire line of code with a single keystroke. | ||
<br /> | ||
![whole-line-completion](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/whole-line-completion.png) | ||
<br /> | ||
<br /> | ||
**Full-function completions** - With just a hint, Tabnine generates your entire function without ever having to exit your editor. | ||
<br /> | ||
![full-function-completion](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/full-function-completion.png) | ||
<br /> | ||
<br /> | ||
**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. | ||
<br /> | ||
![natural-language-to-code](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/natural-language-to-code.png) | ||
- **Private:** You choose where and how to deploy Tabnine, either as a secure SaaS offering or self-hosted on-premises or in a VPC). We never store your data or share it with any third party. Additionally, we don’t use your data to train our models. This ensures complete privacy and maximizes control over your intellectual property. | ||
|
||
[Start a free trial](https://www.tabnine.com/pricing/landing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) | ||
- **Personalized:** Tabnine delivers an optimized experience for each developer and engineering team. You can increase Tabnine's contextual awareness by making it aware of your environment — from a developer’s local IDE to the entire codebase — and receive highly personalized results for code completions, explanations, and documentation. Tabnine enterprise customers can further enrich the capability and quality of the output by creating a bespoke model that’s trained on their codebase. | ||
|
||
#### Tabnine Enterprise | ||
- **Protected:** Tabnine is built with enterprise-grade security and compliance at its core. It’s trained exclusively on open source code with permissive licenses, ensuring that you’re never exposed to legal liability. | ||
|
||
Everything Tabnine Pro & much more - The perfect solution for businesses with custom needs: | ||
<br /> | ||
<br /> | ||
**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. | ||
<br /> | ||
<br /> | ||
**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. | ||
<br /> | ||
<br /> | ||
**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. | ||
<br /> | ||
<br /> | ||
**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. | ||
<br /> | ||
<br /> | ||
**Self-hosting** - Host Tabnine locally to comply with your business’ security requirements. | ||
<br/> | ||
<br/> | ||
**Private code repository models** - Tabnine Enterprise 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. | ||
#### Key resources: | ||
|
||
[Contact us](https://www.tabnine.com/pricing?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) for more information | ||
<br /> | ||
- [Documentation](https://docs.tabnine.com/main) | ||
- [Free 90 day trial](https://app.tabnine.com/checkout/account-info?source=account-info) | ||
- [Plans and Pricing](https://www.tabnine.com/pricing/) | ||
- [Get Support](https://www.tabnine.com/contact-us/) | ||
- [Extension for Tabnine Enterprise self-hosted setup](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode-self-hosted-updater) | ||
|
||
#### Supported languages, frameworks, and IDEs | ||
#### Latest product updates | ||
|
||
![supported-languages](https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/supported-languages.png) | ||
<br /> | ||
<br /> | ||
Introducing real time switchable AI models for Tabnine Chat. Choose from a wide range of models: two custom-built, fully private models from Tabnine, plus popular LLMs from third parties such as Command R from Cohere, Claude 3.5 Sonnet from Anthropic, Codestral from Mistral, GPT-4o, GPT-4.0 Turbo, and GPT-3.5 Turbo from OpenAI. [Learn more](https://www.tabnine.com/blog/introducing-switchable-models-for-tabnine-chat/) | ||
|
||
#### FAQ | ||
|
||
Something not working the way you hoped? [Tabnine Support](https://www.tabnine.com/faq?utm_source=ide_marketplace&utm_medium=organic&utm_campaign=vscode_marketplace) is always happy to help. Feel free to contact us anytime at [email protected] | ||
<br /> | ||
![switchable-models](https://www.tabnine.com/wp-content/uploads/2024/04/llm_post-1.png) | ||
|
||
#### **Recommended by developers everywhere:** | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-27.png" alt="William Candillon Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-7.png" alt="Imed Boumalek Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-14.png" alt="ramnivas Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-16.png" alt="bob paskar Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-19.png" alt="Nick Radford Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-28.png" alt="Hugues BR Tweet" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-32.png" alt="JohnyTheCarrot Tweet" width="50%"> | ||
<img src="https://update.tabnine.com/public-marketplace-resources/testimonial-1.png" alt="Testimonial 1" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-33.png" alt="Donald E Fredrick Tweet" width="50%"> | ||
<img src="https://update.tabnine.com/public-marketplace-resources/testimonial-2.png" alt="Testimonial 2" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-36.png" alt="Joshua Kelly Tweet" width="50%"> | ||
<img src="https://update.tabnine.com/public-marketplace-resources/testimonial-3.png" alt="Testimonial 3" width="50%"> | ||
|
||
<img src="https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/twitter-ps-38.png" alt="JDerek Braid Tweet" width="50%"> | ||
<img src="https://update.tabnine.com/public-marketplace-resources/testimonial-4.png" alt="Testimonial 4" width="50%"> | ||
|
||
--- | ||
<img src="https://update.tabnine.com/public-marketplace-resources/testimonial-5.png" alt="Testimonial 5" width="50%"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"publisher": "TabNine", | ||
"name": "tabnine-vscode", | ||
"version": "3.51.0", | ||
"displayName": "Tabnine: AI Autocomplete & Chat for Javascript, Python, Typescript, PHP, Go, Java & more", | ||
"description": "AI coding assistant with AI code completions and AI code chat right in the IDE, helping developers by generating code, writing unit tests and documentation, explaining legacy code, and much more. Tabnine supports all major languages including JavaScript, Python, Java, Typescript c/c++ and more.", | ||
"displayName": "Tabnine: AI Chat & Autocomplete for JavaScript, Python, Typescript, Java, PHP, Go, and more", | ||
"description": "Tabnine is the AI code assistant that accelerates and simplifies software development while keeping your code private, secure, and compliant. It provides accurate, highly personalized results for generating code, writing unit tests, creating documentation, explaining legacy code, fixing code, and much more. ", | ||
"icon": "small_logo.png", | ||
"author": "Tabnine <[email protected]> (https://tabnine.com/)", | ||
"license": "License at https://tabnine.com/eula", | ||
|
@@ -15,22 +15,22 @@ | |
{ | ||
"url": "https://img.shields.io/github/stars/codota/Tabnine?style=social", | ||
"description": "Star Tabnine on Github", | ||
"href": "https://bit.ly/36iGtUU" | ||
"href": "https://github.com/codota/TabNine" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/twitter/follow/Tabnine_?style=social", | ||
"url": "https://img.shields.io/twitter/follow/Tabnine?style=social", | ||
"description": "Follow Tabnine on Twitter", | ||
"href": "https://bit.ly/2WHsEtD" | ||
"href": "https://x.com/Tabnine" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/visual-studio-marketplace/r/TabNine.tabnine-vscode?logo=visual-studio-code&style=social", | ||
"description": "Rate us in VSCode Marketplace", | ||
"href": "https://bit.ly/3pqj7o2" | ||
"href": "https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/youtube/views/TKLkXh_c-Gw?style=social", | ||
"url": "https://img.shields.io/youtube/channel/views/UC3ZLFXRRmK3XbT5Oq0qPLqA?style=social", | ||
"description": "Watch Tabnine demo video", | ||
"href": "https://bit.ly/36slY7c" | ||
"href": "https://www.youtube.com/watch?v=KuuitKbia4g" | ||
} | ||
], | ||
"homepage": "https://tabnine.com", | ||
|
@@ -94,7 +94,17 @@ | |
"node.js", | ||
"jupyter", | ||
"documentation", | ||
"refactor" | ||
"refactor", | ||
"AI-assisted code completion", | ||
"AI-powered code completion", | ||
"AI copilot", | ||
"AI code snippets", | ||
"code suggestion", | ||
"code prediction", | ||
"code hinting", | ||
"content assist", | ||
"unit test generation", | ||
"documentation generation" | ||
], | ||
"activationEvents": [ | ||
"onStartupFinished" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.