Visual Studio IDE:我希望它在编译后发出声音,以便我可以继续工作

发布于 2024-09-01 13:30:46 字数 51 浏览 3 评论 0原文

这将是一件好事 - 我是否必须编写一个脚本,或者我不能只是调整构建脚本来完成某些任务吗?

Would be a nice thing - do I have to write a script or can't I just tweak the build script to do some task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

月下客 2024-09-08 13:30:46

Windows 已经支持此功能,请转到“控制面板”并打开“声音和音频设备”。在“声音”选项卡下有一个用于程序事件的部分。如果向下滚动足够远,其中一个部分将是 Microsoft Visual Studio。然后只需选择您想听到的“构建成功”和“构建失败”的声音即可。选择声音后,您需要重新启动 Visual Studio。

Windows already has support for this, go to the Control Panel and open up Sounds and Audio Devices. Under the Sounds tab there is a section for program events. If you scroll down far enough one of the sections will be Microsoft Visual Studio. Then just pick the sound you want to hear for Build Succeeded and Build Failed. You will need to restart Visual Studio after choosing your sounds.

衣神在巴黎 2024-09-08 13:30:46

如果您不想为每个构建启用它,您可以创建一个播放声音的应用程序,并将其添加到该项目的构建后事件中。

If you don't want to enable it for every single build, you can make an application that plays a sound, and add it into the post build event for that project.

以酷 2024-09-08 13:30:46

我还为 Visual Studio 编写了一个扩展来实现这一目标。当测试运行完成时,它还可以播放声音。

Visual Studio Ding 扩展

I also wrote an extension for Visual Studio to achieve that. It also can play a sound when tests finished to run.

Visual Studio Ding extension

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文