neoclide / coc-tabnine

Tabnine integration of coc.nvim
467 stars 18 forks source link

Support new TabNine 2.0.2 #8

Closed pawelduda closed 5 years ago

pawelduda commented 5 years ago

Deep TabNine

This plugin only supports version 1.x, even when I attempt to force an update.

If you need any help with this, perhaps I can be useful here - let me know.

bfulop commented 5 years ago

@pawelduda, I'm using coc-tabnine as well, and when I type TabNine::version it shows version 2.0.2. I'm not 100% sure though that this means latest available version or the locally installed version number.

tabnine-version
chemzqm commented 5 years ago

It's locally installed version number

bfulop commented 5 years ago

Thanks @chemzqm, yes I can confirm, just managed to get the TabNine Cloud service going! 🎉

sQVe commented 5 years ago

coc-tabnine has support for Deep TabNine. If you're having troubles I suggest that you fully reinstall the extension. I'm currently running 2.1.17, with both Cloud and Local enabled.

You can open the config by either writing and autocompleting TabNine::config or :CocCommand tabnine.openConfig.

Closing.