1. 首页
  2. 数据库
  3. 其它
  4. vscode helpers:用于Visual Studio Code扩展的Helper函数和类 源码

vscode helpers:用于Visual Studio Code扩展的Helper函数和类 源码

上传者: 2021-02-28 07:39:55上传 ZIP文件 76.28KB 热度 50次
vscode助手 帮助器函数和类。 目录 安装[ ] 在您的项目中,运行以下命令: npm install --save vscode-helpers 用法[ ] // plain JavaScript const vscode_helpers = require ( 'vscode-helpers' ) ; // the TypeScript way import * as vscode_helpers from 'vscode-helpers' ; 例子[ ] 就绪扩展( extension.ts )的示例: 'use strict' ; import * as Path
下载地址
用户评论