ncform schema editor plugin for vscode
安装
插件商店搜索 ncform 后安装即可
功能
使用
{
"$schema": "https://raw.githubusercontent.com/F-loat/vscode-plugin-ncform-schema/master/src/validation/schema.json"
}
开发
git clone https://github.com/F-loat/vscode-plugin-ncform-schema.git
npm install
使用 VSCode 打开项目,执行 yarn build ,然后按下 F5 开始调试
开启页面调试配置,并执行 yarn serve
// src/extension/ncformSchemaEditor.ts
export class NcFormSchemaEditorProvider implements vscode.CustomTextEditorProvider {
// ...
private static readonly isDev = true;
// ...
}
| |