How to enable Intellisense for JavaScript in Visual Studio Code

后端 未结 4 1333
我寻月下人不归
我寻月下人不归 2020-12-05 18:16

I want to use VS Code to try out the examples of a JavaScript book, but there\'s no intellisense, or at least I don\'t know how to activate it.

In Visual Studio this

4条回答
  •  隐瞒了意图╮
    2020-12-05 18:46

    Starting with the November 2016 (version 1.8) release, Visual Studio Code now fully supports IntelliSense for JavaScript in HTML.

    Note that the language support doesn't follow script includes, it only knows about definitions made in the same file.

提交回复
热议问题