antflux / tabnine-vscode

Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode

Home Page:https://tabnine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Repo VSCode Plugin Youtube Demo Video Twitter Follow

Tabnine is a powerful Artificial Intelligence assistant designed to help you code faster, reduce mistakes, and discover best coding practices - without ever leaving the comfort of VSCode.

Tabnine studies publicly shared code and use A.I deep learning algorithms that provide us with the ability to predict your next coding needs and suggest one-click code completion.

Tabnine works with all major programming languages including JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, and React.

We believe that coding is like Lego: Imagination is your only limit. We’re here to help provide you with the perfect code building blocks at the right time

No more memorizing coding syntax, no more worrying about typos, no more neglecting to add that crucial comma, or even search for coding solutions online. Start reducing your development costs, deliver reliable code faster, and explore best coding practices.

Tabnine is trusted by more than a million developers worldwide. Join us Now and enjoy the coding future, today.

With and without Tabnine Java

Privacy

Concerned about privacy and security? So are we!

Your code’s privacy is our highest priority. Tabnine keeps your code completely private

Tabnine offers code completion suggestions based on a model trained on millions of open-source code lines, which are then derived from the code you are currently working on. Tabnine only sends minimal contextual information from your currently edited file that allows us to make predictions based on your current local scope

We do not use your code to train our models and the information sent to our servers is only used to compute your prediction and is not being saved on our end

Find out more about how we keep your code private here

Installation Instructions

  • Navigate to the Extensions tab and search for the Tabnine extension

  • Click the Install button on the right-hand side

  • Reload or Restart your VSCode

    Tabnine in VSCode extensions tab Tabnine in VSCode marketplace
  • The default behavior of Tabnine is using the Enter key to accept completions. If you want to use the Enter key to start a new line instead of accepting a completion, just go to ‘Settings → Editor: Accept Suggestion On Enter’ and turn it off.

Manual Installation inside VSCode
  • macOS: Press Cmd+P in your Visual Studio Code, type in ext install Tabnine.tabnine-vscode and press Enter

  • Windows: Press Ctrl+P in your Visual Studio Code, type in ext install Tabnine.tabnine-vscode and press Enter

  • Click the Reload button in the extensions tab

  • The default behavior of Tabnine is using the Enter key to accept completions. If you want to use the Enter key to start a new line instead of accepting a completion, just go to ‘Settings → Editor: Accept Suggestion On Enter’ and turn it off

Trouble installing? Check out our FAQ page, or contact support@tabnine.com

Tabnine Pro

Looking for an even greater productivity boost?

Get unlimited daily code completions with Tabnine Pro.

Upgrade to Tabnine Pro and also enjoy advanced completion model, full customization to personalize your experience and premium support.

Technical information

Tabnine Indexes your entire project by reading your .gitignore or others and determines which files to index.

  • Add long variable names using minimal keystrokes
  • Zero configuration. Tabnine works out of the box
  • Highly responsive: Produces a list of suggestions in less than 10 milliseconds on average
Usage

After Tabnine’s installation, navigate to the Tabnine Settings page (‘Tabnine: Open Settings’ from the Command Palette) and verify that Tabnine local model is successfully loaded (as shown in the following screenshots)

Tabnine is a textual autocomplete extension. When you type a specific string in your editor, you will view Tabnine completion dialog, with Tabnine suggestions according to the text you type

Deep Completion

Deep Tabnine is trained on millions of files from GitHub. During training, Tabnine’s goal is to predict the next token given the tokens that came before. To achieve this goal, Tabnine learns complex behavior, such as type inference in dynamically typed languages

Deep Tabnine can use subtle clues that are difficult for traditional tools to access. For example, the return type of app.get_user() is assumed to be an object with setter methods, while the return type of app.get_users() is assumed to be a list

Deep Tabnine is based on GPT-2, which uses the Transformers Network Architecture. This architecture was first developed to solve problems in natural language processing. Although modeling code and modeling natural language might appear to be unrelated tasks, modeling code requires understanding English in some unexpected ways

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

About

Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode

https://tabnine.com

License:MIT License


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%