company-tabnine
company-tabnine copied to clipboard
A company-mode backend for TabNine, the all-language autocompleter: https://tabnine.com/
Using company tabnine, the typing feels very laggy, the letters take some time to appears, don't feel smooth like others backends (like LSP or dabbrev). Using on neovim-qt or vscode...
I don't know if this is duplicate of #39 or company-mode/company-mode#1056 , but similar issue. In a newly opened Emacs, company-tabine works like magic and super fast, there is no...
Fedora 34 XFCE, npm 6.14.13 node v14.17.0 Emacs 27 Company and company-tabnine Have installed typescript-language-server globally and ran it with: typescript-language-server --stdio Also, the message on the echo area is...
I tried to add the package inside and I also places all the config under user-config.
Hi there, I'd like to run TabNine through a wrapper script, to change a few things: - limit max CPU and memory that can be used by TabNine - adjust...
I want to implement the current mistakes: 1. If `company-tabnine-wait` is too small, the result from tabnine will be dropped. 2. If `company-tabnine-wait` is too big, some old computers (like...
https://tabnine.com/blog/deep now 404s. Not quite sure which the correct link is though.
I have followed the steps in the README to set up TabNine, and while it does work by itself, it does not seem to work with `lsp-mode` and `clangd`, even...
On Ubuntu 20.04, I use the following settings: ```emacs-lisp (use-package company :config (global-company-mode) :custom (company-dabbrev-downcase nil) (company-idle-delay 0) (company-minimum-prefix-length 1) (company-tooltip-align-annotations t) (company-dabbrev-other-buffers t) ; search buffers with the same...
Sometimes, when I use company-mode, but I want to close tabnine, since CPU and memory are high. So how to toggle tabnine in the company-mode? Very thanks.