自用 vscode 工具插件 包含单词翻译功能,转换json字符串到typescript interface。 选中单词过,右键mytool->translate,自动替换为对应的中文。 在js、ts、json文件中选中json对象,右键mytool->json2ts,会把选中的字符串替换为typescript interface字符串。 演示图 单词翻译功能 转换 json 字符串为 typescript interface 在保存 markdown 时自动添加一些有用的头信息,可以通过 "mytools-zack.autoAddMetaToMarkdown": true 来进行关闭和打开