搜索 K
Appearance
Appearance
1
分钟250
字2021-09-09
Invalid Date
......
(1)多行注释后缩小,下面写东西会把注释展开
(2)在注释前面加 #region 结尾加 #endregion 可以将代码变成块合起来
live Server
Color Highlight
Bracket Pair Colorizer
Path Intellisense
IntelliSense for CSS class names in HTML
Auto Close Tag
Auto Rename Tag
ctrl+shift+L 生成选中变量的 console.log
ctrl+shift+D 删除页面所有 console.log
javascript console utils
(1)方便写 vue 代码
Vue 3 Snippets
(2)识别 vue 文件 快速写结构
vue 文件里<v
Vetur
项目根目录配置
jsconfig.json
{
"include": ["./src/*"]
}
原生 ctrl + 左键 或者 f12 找不到定义
vue - helper // f12 或 alt + 左键