All Projects → codota → Tabnine Sublime

codota / Tabnine Sublime

Licence: mit
Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
typescript
32286 projects
swift
15916 projects
rust
11053 projects
golang
3204 projects
lua
6591 projects
cpp
1120 projects
bash
514 projects

Projects that are alternatives of or similar to Tabnine Sublime

Ironpython Stubs
Autocomplete stubs for common IronPython/.NET libraries
Stars: ✭ 135 (-6.25%)
Mutual labels:  sublime, autocomplete
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+529.17%)
Mutual labels:  sublime, autocomplete
Tabnine Vscode
Visual Studio Code client for TabNine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Stars: ✭ 770 (+434.72%)
Mutual labels:  artificial-intelligence, autocomplete
Tabnine Intellij
Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
Stars: ✭ 140 (-2.78%)
Mutual labels:  artificial-intelligence, autocomplete
Belajarpython.com
Open Source Indonesian Python Programming Tutorial Site
Stars: ✭ 141 (-2.08%)
Mutual labels:  artificial-intelligence
Evol
a python grammar for evolutionary algorithms and heuristics
Stars: ✭ 138 (-4.17%)
Mutual labels:  artificial-intelligence
Pygmo2
A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
Stars: ✭ 134 (-6.94%)
Mutual labels:  artificial-intelligence
Textcomplete
Autocomplete for HTMLTextAreaElement and more.
Stars: ✭ 1,691 (+1074.31%)
Mutual labels:  autocomplete
Nd4j
Fast, Scientific and Numerical Computing for the JVM (NDArrays)
Stars: ✭ 1,742 (+1109.72%)
Mutual labels:  artificial-intelligence
Awesome Quantum Machine Learning
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
Stars: ✭ 1,940 (+1247.22%)
Mutual labels:  artificial-intelligence
Jstag
Pure Angular Input Tags project
Stars: ✭ 140 (-2.78%)
Mutual labels:  autocomplete
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (-4.86%)
Mutual labels:  autocomplete
Lazy
Lazy, AI chatbot service.
Stars: ✭ 141 (-2.08%)
Mutual labels:  artificial-intelligence
Helm Intellisense
Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
Stars: ✭ 137 (-4.86%)
Mutual labels:  autocomplete
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (-1.39%)
Mutual labels:  artificial-intelligence
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+1127.08%)
Mutual labels:  artificial-intelligence
Origami
🔓 🔑 🔐 Origami: Artificial Intelligence as a Service
Stars: ✭ 140 (-2.78%)
Mutual labels:  artificial-intelligence
Marvin Python Toolbox
Marvin AI has been accepted into the Apache Foundation and is now available at https://github.com/apache/incubator-marvin
Stars: ✭ 142 (-1.39%)
Mutual labels:  artificial-intelligence
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1817.36%)
Mutual labels:  artificial-intelligence
Flappy Es
Flappy Bird AI using Evolution Strategies
Stars: ✭ 140 (-2.78%)
Mutual labels:  artificial-intelligence

Github Repo Youtube Demo Video Twitter Follow

Tabnine For Sublime

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 Sublime.

​ 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. It’s Free!

with and without Tabnine gif

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

Recommended by developers everywhere:

Tom Dohnal Tweet

Paul Mtali Tweet

albertgao Tweet

David Hariri Tweet

Chris Bongers Tweet

Andrea Tweet

auto_complete: false


The Tabnine sublime plugin disables sublime's built in autocomplete.
It does that, because sublime's builtin autocomplete does not support all the features required by Tabnine.
If you ever uninstall Tabnine, remember to re-enable it.

Development:


In order to work with plugin source code, don’t forget to install pre-commit dependency. After checking out source code, go to repo folder and run

pip install -r requirements-dev.txt

Note:


A note on licensing: this repo includes source code as well as packaged Tabnine binaries. The MIT license only applies to the source code, not the binaries. The binaries are covered by the Tabnine End User License Agreement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].