Giter VIP home page Giter VIP logo

coc-tabnine's Introduction

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.

Option Description Default value
tabnine.shortcut Shortcut for Tabnine source. "TN"
tabnine.triggers Trigger characters of Tabnine source. []
tabnine.priority Priority of Tabnine source 999
tabnine.binary_path Use binary at specific path. ""
tabnine.disable_filetypes Disable Tabnine for configured filetypes. []
tabnine.disable_file_regex Disable 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_regex Disable 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

coc-tabnine's People

Contributors

chemzqm avatar sqve avatar bilucodota avatar thinkjrs avatar mateusz28 avatar dependabot[bot] avatar dimacodota avatar sigmasd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.