How to enable Intellisense for JavaScript in Visual Studio Code

后端 未结 4 1335
我寻月下人不归
我寻月下人不归 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:44

    Visual Studio Code version 1.4.0 does not support CSS intelli-sense.

    I have an extension for CSS style, id and class intelli-sense for html documents:

    Features:

    • Style tag completion and hover.
    • Style attribute completion and hover.
    • Id attribute completion.
    • Class attribute completion.
    • Scans workspace folder for css files.
    • Supports optional resource.json file for fine tuned resource selection.

    Link:

    https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css

提交回复
热议问题