1、安装插件HTML Snippets

2、打开VSCode的设置里打开settings.json,增加以下内容:

"editor.quickSuggestions": {

"other": true,

"comments": true,

"strings": true

},

"editor.suggest.snippetsPreventQuickSuggestions": false,

"files.associations": {

"*.vue":"html"

},

3、保存。

解决VSCode引号内输入属性没有提示

相关文章:

  • 2021-12-19
  • 2021-08-31
  • 2021-12-26
  • 2021-11-27
  • 2022-01-16
  • 2021-08-21
猜你喜欢
  • 2021-08-24
  • 2021-05-11
  • 2022-12-23
  • 2021-05-21
  • 2021-12-23
  • 2021-05-11
  • 2021-06-15
相关资源
相似解决方案