- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最近,我将我的 Visual Studio 从 2012 年升级到 2013 年,从那以后我无法获得我习惯于最近 View 的项目。在它自动运行之前 - 当我打开一个项目时,它被固定到“最近” View 。
您看到的项目不是最近的 - 这些项目是几个月前打开的,从那以后我打开了很多项目,但没有一个项目出现在最近的 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.
First, I would make sure you have the number you want for the "Recent files" options in Tools > Options > Environment > General.
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.
You could try calling
Devenv /ResetSettings
to reset the VS settings. More info at MSDN.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/
我是一名优秀的程序员,十分优秀!