
vscode
都挺好,刚刚好
慢下来反而会更快,慢就是快,快就是慢。
展开
-
eslint规则 更新中...
{ "editor.minimap.enabled": false, "editor.fontSize": 18, "workbench.colorTheme": "Visual Studio Dark", "typescript.disableAutomaticTypeAcquisition": true, "emmet.includeLanguages": { "javascript": "javascriptreact", "wxml": "html" },原创 2022-01-20 14:23:42 · 204 阅读 · 0 评论 -
eslint规则介绍
// 禁止使用小地图 "editor.minimap.enabled": false, // 修改文字大小 editor.fontsize修改的是写代码的地方 "editor.fontSize": 18, // 工作区主题颜色 "workbench.colorTheme": "Visual Studio Light",...原创 2021-11-14 22:31:20 · 214 阅读 · 0 评论 -
vscode设置中文
1、下载插件2、ctrl+shift+p搜素 configure languageConfigure Display Language原创 2022-01-17 13:55:32 · 412 阅读 · 0 评论 -
vscode快速输出 vue 模板文件
第一步 文件–>首选项–>用户代码片段–>点击新建代码片段–取名vue.json 确定第二步 在vue.json文件中添加配置{ // Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages whe原创 2021-11-04 10:09:21 · 367 阅读 · 0 评论 -
vscode代码配置eslint规则
第一步 下载插件eslint第二步设置》首选项》第三步 配置代码{ "editor.minimap.enabled": false, "editor.fontSize": 18, "workbench.colorTheme": "Visual Studio Dark", "typescript.disableAutomaticTypeAcquisition": true, "emmet.includeLanguages": { "ja原创 2021-11-04 09:52:02 · 570 阅读 · 0 评论 -
vscode实现左边代码右边浏览器实时分屏
第一步 安装live server插件第二步 vscode勾选设置第三步 安装browser preview第四步 在vscode中使用原创 2021-11-08 14:21:31 · 6903 阅读 · 3 评论