Press Ctrl+P (Cmd+P on OSX), paste the following command, and press enter.
ext install TabNine.tabnine-vscode
Then press the 'Reload' button in the extensions tab.
Many users choose to disable the default behavior of using Enter to accept completions, to avoid accepting a completion when they intended to start a new line. You can do this by going to Settings → Editor: Accept Suggestion On Enter and setting it to off.
If you encounter problems, please file an issue here.
- Install Package Control by pressing Ctrl+Shift+P (Cmd+Shift+P on OSX) and selecting Install Package Control.
- Install TabNine by pressing Ctrl+Shift+P (Cmd+Shift+P on OSX) and selecting Package Control: Install Package and then TabNine.
If you encounter problems, please file an issue here.
TabNine is available in Packages.
Simply search TabNine and press Install.
If TabNine does not appear in Packages, check that your Atom installation is up to date.
Many users choose to disable the default behavior of using Enter to accept completions, to avoid accepting a completion when they intended to start a new line. You can do this by going to Settings → Packages → Autocomplete Plus → Keymap For Confirming a Suggestion and setting it to tab.
The Atom client for TabNine is based on atom-youcompleteme.
If you encounter problems, please file an issue here.
This client for TabNine was generously contributed by Tommy Xiang.
See the GitHub repository for installation instructions.
With Vundle
- Add
Plugin 'zxqfl/tabnine-vim' to your .vimrc. - Type
:PluginInstall and press Enter.
Without Vundle
- Run
git clone https://github.com/zxqfl/tabnine-vim in your terminal. - Add
set rtp+=~/tabnine-vim to your .vimrc (replacing ~/tabnine-vim with the path you cloned it to).
The Vim client for TabNine is based on YouCompleteMe.
If you encounter problems, please file an issue here.
This client for TabNine was generously contributed by Theodore Dubois.
See the GitHub repository for installation instructions.