1.3.7 • Published 3 years ago

coc-tabnine v1.3.7

Weekly downloads
292
License
MIT
Repository
-
Last release
3 years ago

coc-tabnine

Fork of tabnine-vscode

This is the coc.nvim client for Tabnine, the all-language autocompleter.

  • Indexes your whole project, reading your .gitignore to determine which files to index.
  • Type long variable names in just a few keystrokes using the mnemonic completion engine.
  • Zero configuration. Tabnine works out of the box.
  • Highly responsive: typically produces a list of suggestions in less than 10 milliseconds.

Install

In your vim/neovim, run command:

:CocInstall coc-tabnine

Commands

Run :CocCommand to open commands list.

  • tabnine.openConfig: open config file of Tabnine.

  • tabnine.openHub: open Tabnine hub.

Note: to make coc.nvim works better with Tabnine, add "ignore_all_lsp": true to config file of Tabnine.

Configuration

Use command :CocConfig to open user configuration file of coc.nvim.

OptionDescriptionDefault value
tabnine.shortcutShortcut for Tabnine source."TN"
tabnine.triggersTrigger characters of Tabnine source.[]
tabnine.priorityPriority of Tabnine source999
tabnine.binary_pathUse binary at specific path.""
tabnine.disable_filetypesDisable Tabnine for configured filetypes.[]
tabnine.disable_file_regexDisable Tabnine when the file path contains a match of any of the provided regexes. For example, add "[.]js\$" to disable Tabnine in JavaScript files.[]
tabnine.disable_line_regexDisable Tabnine when the current line contains a match of any of the provided regexes. For example, add "require" to disable Tabnine when the current line contains the word require.[]

Magic Strings

Configure Tabnine itself by inputting a special_commands string_ like Tabnine::config or Tabnine::restart in any buffer and trigger autocomplete. A full list of available special_commands is available here: https://www.tabnine.com/faq#special_commands

API Key

This library does not configure Tabnine's Pro API key, if you've purchased a subscription license. To configure, you'll need to use the Tabnine::config magic string to update your preferences.

Note: An API key is not required to use coc-tabnine.

License

MIT

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.3

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago