gpt4 book ai didi

visual-studio - 如何在 Visual Studio 中将项目设置为最近的 View ?

转载 作者:行者123 更新时间:2023-12-04 03:34:58 33 4
gpt4 key购买 nike

最近,我将我的 Visual Studio 从 2012 年升级到 2013 年,从那以后我无法获得我习惯于最近 View 的项目。在它自动运行之前 - 当我打开一个项目时,它被固定到“最近” View 。

enter image description here

您看到的项目不是最近的 - 这些项目是几个月前打开的,从那以后我打开了很多项目,但没有一个项目出现在最近的 View 中,这是为什么呢?我该如何解决它,以便我可以使用最近使用的项目的快捷方式?可能是因为我现在正在使用 Visual Studio 试用版吗?

提前致谢。

最佳答案

在 Visual Studio 中,您可以选择 Tools->Options。您可以选择最近使用列表中的项目数。您可以将“最近使用列表中显示的项目”更改为 24(最大值)。

工具 -> 选项 -> 环境 -> 常规(最近使用列表中显示的项目)

同时检查 Visual Studio 2010, “File > Recent Projects and Solutions” is not a active !

Yetti 提供的第二种解决方案很有帮助:

Solution To #2: This one is a little bit more complicated because it could be a number of things.

  1. First, I would make sure you have the number you want for the "Recent files" options in Tools > Options > Environment > General.

  2. If you already had that, check the registry location and make sure you actually have entries here since this is where VS pulls it from. HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList . The 10.0 is for VS 2010. More info here. If there's nothing there then your recent projects aren't being saved properly.

  3. You could try calling Devenv /ResetSettings to reset the VS settings. More info at MSDN.

  4. Finally it could be due to a Windows Explorer setting which hides recent files. This is a possibility because VS takes its directions from the same place with regards to recent files. You would need to make sure HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer "NoRecentDocsHistory" is zero. More info on this possible solution as well as other ideas to this problem can be found here.

关于visual-studio - 如何在 Visual Studio 中将项目设置为最近的 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19862887/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com