JSX or HTML autocompletion in Visual Studio Code

前端 未结 16 1178
说谎
说谎 2020-12-12 10:14

Is there any way to use components or HTML completion in Visual Studio Code? Because typing each letter manually is not good idea when we have classes like Bootstrap etc. Fo

16条回答
  •  一整个雨季
    2020-12-12 11:06

    I was working on various projects and I have a big settings file.

    I checked settings and found out that this settings was ruining that all.

    "emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly"
    

    So I commented it. And everyhting works perfectly in React Apps. Thanks

提交回复
热议问题