随笔分类 -  VSCode

摘要:![](https://img2023.cnblogs.com/blog/1940615/202304/1940615-20230409144653335-1599279775.png) 阅读全文
posted @ 2023-04-09 14:47 LeoShi2020 阅读(108) 评论(0) 推荐(0) 编辑
摘要:# 创建项目 pnpm create vite vite-eslint --template vue cd vite-eslint pnpm install pnpm run dev # 安装插件 pnpm i prettier -D # 创建配置文件 echo {}> .prettierrc.js 阅读全文
posted @ 2023-04-08 12:57 LeoShi2020 阅读(73) 评论(0) 推荐(0) 编辑
摘要:<!-- .test 生成class为test的div --> <div class="test"></div> <!-- #test 生成id为test的div --> <div id="test"></div> <!-- .test>a#test --> <div class="test"><a 阅读全文
posted @ 2022-11-09 14:23 LeoShi2020 阅读(51) 评论(0) 推荐(0) 编辑
摘要:<!-- 随机生成3段文字 lorem*3 --> Lorem ipsum dolor, sit amet consectetur adipisicing elit. Facere repellendus et eius, dicta culpa repellat, at deleniti repu 阅读全文
posted @ 2022-11-09 13:58 LeoShi2020 阅读(558) 评论(0) 推荐(0) 编辑
摘要:1. 修改首选项配置 2. 打开控制折叠方式 搜索 word wrap END 阅读全文
posted @ 2022-11-09 12:14 LeoShi2020 阅读(48) 评论(0) 推荐(0) 编辑
摘要:文件自动保存 配置快捷键 ⌘, HTML JS代码补全 Vue需要的插件 Vetur、ESLint、Prettier、Vue 2 Snippets npm安装支持包 settings.json配置文件 ` ` 阅读全文
posted @ 2020-03-09 12:14 LeoShi2020 阅读(284) 评论(0) 推荐(0) 编辑
摘要:END 阅读全文
posted @ 2020-03-09 11:04 LeoShi2020 阅读(176) 评论(0) 推荐(0) 编辑
摘要:清除配置信息 然后从 Application 里删掉.app END 阅读全文
posted @ 2020-03-09 11:01 LeoShi2020 阅读(663) 评论(0) 推荐(0) 编辑
摘要:下载地址 https://code.visualstudio.com/ 直接复制到应用程序文件夹 END 阅读全文
posted @ 2020-03-09 10:55 LeoShi2020 阅读(2724) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示