Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>firstgridNew to Visual Studio Code? Get it now.
firstgrid

firstgrid

越剑

|
129 installs
| (0) | Free
首格 DevOps 工具
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

首格 DevOps 工具(FirstGrid Toolkit)

功能

自动建议补全

  1. this.rpc. 开始提示 serviceName
  2. this.rpc.serviceName. 开始提示 controllerName
  3. this.rpc.serviceName.controllerName. 开始提示 methodName

方法参数提示

  1. this.rpc.service.controller.method(, ) 开始提示 ...params

代码片段:根据接口定义生成代码片段

  1. serviceName.controllerName.methodName 生成接口类下单个方法(含注释、参数)注入文件
  2. serviceName.controllerName 生成接口类下所有方法,注入目录(service、controller)目录

控制台 UI 操作

  1. 接口代码生成改为在控制台 UI 上操作
  2. 展示线上各服务列表,并注入 .env

待开发

注意事项

  1. 认证:需登录中台,白名单授权后使用
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft