JSX or HTML autocompletion in Visual Studio Code

前端 未结 16 1175
说谎
说谎 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 10:56

    Simple answer in 2020

    First, select the File Association in the bottom-center-right of the window.

    Second, select Configure File Association for .js from the menu that drops down at the top-center of the window. Change it to JavaScript React.

提交回复
热议问题