大飞_dafei

导航

随笔分类 -  Visual Studio Code

vscode
vscode Prettier配置
摘要:vscode Prettier配置 .prettierrc.json 配置文件 { "semi": false, "singleQuote": true, "printWidth": 120, "tabWidth": 2, "useTabs": false, "trailingComma": "no 阅读全文

posted @ 2025-03-20 13:58 大飞_dafei 阅读(76) 评论(0) 推荐(0)

Visual Studio Code 解决方案跳到对应的文件
摘要:Visual Studio Code 解决方案跳到对应的文件 在visual studio中设置点击左边选项卡中的类文件,右侧解决方案跳到对应的文件,比如说,VS上方的选项卡文件较多,我点击选项卡上的任一文件,解决方案中对应的文件突出显示 工具 >选项: 勾选后,在右侧解决方案跳到对应的文件 阅读全文

posted @ 2022-05-11 15:13 大飞_dafei 阅读(490) 评论(0) 推荐(0)

Visual Studio Code 关闭自动更新
摘要:Visual Studio Code 关闭自动更新 VS Code 关闭自动更新 Update: Enable Windwos Background Updates Enable to download and install new VS Code versions in the backgrou 阅读全文

posted @ 2021-11-10 09:08 大飞_dafei 阅读(296) 评论(0) 推荐(0)

Visual Studio Code 快速生成HTML结构
摘要:Visual Studio Code 快速生成HTML结构 输入英文感叹号 ! ,等出现下拉项,选择第一个 或者 输入英文感叹号 ! ,等出现下拉项,然后按下Tab键 阅读全文

posted @ 2020-06-14 15:42 大飞_dafei 阅读(1362) 评论(0) 推荐(0)