工作需要写了个类似 vscode 设置界面的东西,想着也可以用来支持常见的各类配置文件,这样修改配置时就不用总是切去翻文档了。
目前仅支持 .prettierrc.json
的可视化配置,后续会增加其它常见配置的支持。
仓库: https://github.com/liriliri/vscode-settings-editor
插件: https://marketplace.visualstudio.com/items?itemName=liriliri.vscode-settings-editor
1
kele999 2023-02-14 21:30:28 +08:00
挺好的
|
2
shenhuilin0 2023-02-15 10:26:42 +08:00 via Android
可以
|
3
xuanyuanaosheng 2023-02-15 14:05:09 +08:00
看着不错,一会下载下来试试
|
4
surunzi OP @xuanyuanaosheng 欢迎提建议:)
|
5
ourongxing 2023-02-16 00:37:22 +08:00 1
思路不错,应该可以通过 schema 快速适配。看看这个,https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json
|
6
surunzi OP @ourongxing 一开始看过了,目前用 schema 需要做通用化并不如自己硬编写高效跟自由,效果也不好,后边对一些不常用的配置可能会通过 schema 快速生成。
|
7
surunzi OP @ourongxing 已经通过 schema 对一些配置文件进行了快速适配,目前支持完整列表,欢迎试用:)
* miniprogram - project.config.json - project.private.config.json - project.miniapp.json - app.json - page.json * npm - package.json - .npmrc * prettier - .prettierrc * typescript - tsconfig.json * cypress - cypress.json * lerna - lerna.json * Istanbul - .nycrc * Babel - .babelrc * Eslint - .eslintrc |