简体   繁体   中英

How to enable TabNine semantic completion in VS Code?

TabNine is a deep-learning-based extension that helps in coding. As said in the doc we should type in TabNine::sem to enable semantic completion in the text editor, I did not get it. Where and how to run this command on order to enable that feature?

You have to type TabNine::sem directly in the same place you type your code, but in new line and press enter.

function yourfunction(){
[...your code here...]
}
TabNine::sem

There are good docs, official: TabNine Semantic Completion

To get semantic completion working:

Type TabNine::sem to enable semantic completion in your text editor . If you don't see any message, then semantic completion is working.

Verify you are running TabNine 1.0.5 or above by typing TabNine::version in your text editor . If you're running an earlier version, try restarting your editor.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM