随笔分类 -  ide

记录ide开发工具调试及优化
摘要:打开setting.json,添加"editor.formatOnSave": true 同时添加: "[html]": { "editor.formatOnSave": false } 其他类型的文件类似 阅读全文
posted @ 2024-01-02 17:25 unuliha 阅读(101) 评论(0) 推荐(0)
摘要:It appears that until recently (before TypeScript 4 release) the only way to make auto-imports work was to import each library you need at least once 阅读全文
posted @ 2023-12-28 10:29 unuliha 阅读(159) 评论(0) 推荐(0)