1
1
mirror of https://github.com/codota/TabNine.git synced 2024-07-04 14:06:26 +03:00
AI Code Completions
Go to file
2024-07-03 10:13:26 +03:00
.github Create stale.yml 2022-10-02 09:40:15 +03:00
resources new image added 2021-08-08 16:33:32 +03:00
.gitignore Update instructions for m1 (#323) 2021-01-17 11:01:38 +02:00
CHANGELOG.md Update CHANGELOG.md 2022-04-15 11:14:31 +00:00
dl_binaries.sh remove linux 32 bit support (#500) 2022-01-05 14:27:03 +02:00
HowToWriteAClient.md remove linux 32 bit support (#500) 2022-01-05 14:27:03 +02:00
language_tokenization.json COBOL identifier with hyphen 2022-10-09 11:33:49 +02:00
languages.yml DEV2-6719 prisma language support (#651) 2024-07-03 10:13:26 +03:00
LICENSE Initial commit 2018-11-05 21:54:01 -08:00
README.md Removed obsolete and stale changelogs 2022-06-23 11:13:02 +03:00
release_notes.json release_notes.json added 2021-02-03 14:01:17 +02:00
TabNine.toml Merge pull request #249 from kazukazuinaina/add_vim-language-server_support 2020-06-23 22:24:20 +03:00
TabNineProjectConfigurations.md inverse the flag 2021-10-18 10:08:29 +03:00
with-and-without-tabnine-java.gif new with-and-without-tabnine gif added 2021-04-08 16:02:13 +03:00
with-and-without-tabnine.gif adding a new gif example of tabnine's perfomance 2020-11-29 15:47:26 +02:00

TabNine

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.

Supported Architectures

  • x86_64-unknown-linux-musl
  • x86_64-apple-darwin
  • aarch64-apple-darwin
  • i686-pc-windows-gnu
  • x86_64-pc-windows-gnu