Options
All
  • Public
  • Public/Protected
  • All
Menu

表示对命令的引用。提供一个标题,该标题将用于在 UI 中表示命令, 并且可以选择性地提供一个数组,该数组将在调用命令处理程序函数时传递给该命令处理程序函数。

maintainer

@youngjuning

层级

  • Command

索引

Properties(4)

Properties(4)

title

title: string

命令的标题,如 save

command

command: string

命令的标识符

see

commands.registerCommand

Optional tooltip

tooltip: string

命令的提示信息,当命令显示在 UI 中时,会显示在提示信息中。

Optional arguments

arguments: any[]

命令处理程序被调用时,会把这些参数传入。

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹