Visual Studio 命令窗口 - 一个别名可用于更多命令
Visual Studio 命令窗口是否可以为多个命令提供一个别名?例如,一个别名为:
- 保存所有
- 关闭所有
- 显示输出
- 构建
is there a possibility in Visual Studio command window to have one alias for more commands? E.g. one alias for:
- save all
- close all
- show output
- build
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
严格来说,不。
我想您可以添加自己的命令来处理这些任务,然后为它们创建别名,但您可能需要 Visual Studio SDK。
Strictly speaking, no.
I guess you could add your own commands that handle those tasks and then create aliases for them but you might need the Visual Studio SDK for that.