随笔分类 -  VScode

摘要:在根目录下,新建jsconfig.json文件 { "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/*"] } }, "exclude": ["node_modules", "dist"] } 阅读全文
posted @ 2022-02-23 10:28 w1ndz 阅读(28) 评论(0) 推荐(0) 编辑
摘要:VScode==>设置==>用户代码片段==>新建全局片段==>取名 { "Snippet Name": { "prefix": "rcc", // 触发片段的快捷键 "body": [ "import React, { Component } from 'react';", "", "export 阅读全文
posted @ 2022-02-15 16:39 w1ndz 阅读(175) 评论(0) 推荐(0) 编辑

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