如何让 Visual Studio 始终重新加载更改的解决方案、项目和文件?

发布于 2024-10-07 07:56:33 字数 164 浏览 0 评论 0原文

我使用多台机器来分析和运行一个解决方案,并通过 DropBox 完成数据同步(太棒了,顺便说一句!)。不幸的是,一台机器上的更改会导致所有其他机器的 VS 实例询问我是否要重新加载,这很烦人,因为答案总是

所以我的问题是:我可以让 VS 假设答案是总是是吗?

I'm using multiple machines to profile and run one solution, with data synchronization done via DropBox (brilliant, btw!). Unfortunately, changes in one machine cause all other machines' VS instances to ask me whether I want to reload which is... annoying, because the answer is always Yes.

So my question is: can I get VS to assume that the answer is always Yes?

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

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

发布评论

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

评论(1

童话 2024-10-14 07:56:33

前往

选项->环境->文件

然后选中复选框:

  • “检测文件在环境外更改时”
  • “自动加载更改(如果已保存)”

提示:您错过了不使用正确源代码管理的技巧。

Go to

Options -> Environment -> Documents

Then check the boxes:

  • "Detect when file is changed outside the environment"
  • "Auto-load changes, if saved"

Tip: You're missing a trick not using proper source control.

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