最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to enable TabNine semantic completion in VS Code? - Stack Overflow

programmeradmin1浏览0评论

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 pletion in the text editor, I did not get it. Where and how to run this mand on order to enable that feature?

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 pletion in the text editor, I did not get it. Where and how to run this mand on order to enable that feature?

Share Improve this question asked Dec 25, 2019 at 8:45 Hazem AlabiadHazem Alabiad 1,0522 gold badges12 silver badges27 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

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 pletion working:

Type TabNine::sem to enable semantic pletion in your text editor. If you don't see any message, then semantic pletion 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.

发布评论

评论列表(0)

  1. 暂无评论