npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

coc-tabnine

v1.3.7

Published

tabnine extension for coc.nvim

Downloads

528

Readme

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