1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +03:00
AI Code Completions
Go to file
Jacob Jackson 421546e6df Closes #2
2018-11-06 12:50:19 -08:00
dl_binaries.sh Closes #2 2018-11-06 12:50:19 -08:00
language_tokenization.json Initial commit 2018-11-05 21:54:01 -08:00
languages.yml Initial commit 2018-11-05 21:54:01 -08:00
LICENSE Initial commit 2018-11-05 21:54:01 -08:00
README.md Initial commit 2018-11-05 21:54:01 -08: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: