有没有办法在 Visual Studio 2010 的工具栏中获取命令行参数
我知道我可以通过“项目”->“调试”->“命令参数”来设置 VS 在运行程序时传递给我的程序的命令行参数,但是是否有办法将该字段移动到工具栏上,以便我可以更快地访问它?
I know I can go through Project->Debugging->Command Arguments to set the command line arguments VS passes to my programs when I run them but is there anyway to move that field onto the toolbar so I can access it more quickly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,这里有这个扩展:CLIArgsMadeEasy 2010/2012
Yes, there's this extension here: CLIArgsMadeEasy 2010/2012
我不知道有什么方法,但如果您只是在一组固定的命令行参数之间切换,那么您可以为每个参数创建一个单独的构建配置。
I don't know of a way, but if you're just switching among a fixed set of command line arguments then you could create a separate build configuration for each.
17.12 版本将对此提供原生支持;请参阅 17.12 预览版 2。
“注意:此功能目前仅适用于虚幻引擎项目。”
(编辑:原定于 17.11 发布,但后来被悄悄取消了。)
Native support for this in coming in version 17.12; see 17.12 preview 2.
"Note: This feature is currently available for Unreal Engine projects only."
(Edit: This was originally slated for 17.11, but was silently backed out.)