C# Visual Studio 最近的项目列表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1015888/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 05:37:09  来源:igfitidea点击:

Visual Studio Recent Project list

c#.netvisual-studio

提问by

In the start page in VS2008 or any version for that matter is there a way i can get rid of the "Getting Started" and "Visual Studio Headlines" list and have the "Recent Projects" list extend all the way down to the bottom so I can see the last 30 or so projects I have used?

在 VS2008 或任何版本的起始页中,有没有办法摆脱“入门”和“Visual Studio 头条新闻”列表,并将“最近的项目”列表一直延伸到底部,以便我可以看到我最近使用的 30 个左右的项目吗?

回答by Matt Brindley

If you'd like to show more projects in that list, you can increase it in Tools > Options > Environment > General. Change the "items shown in recently used list" to 24 (the maximum).

如果您想在该列表中显示更多项目,您可以在工具 > 选项 > 环境 > 常规中增加它。将“最近使用列表中显示的项目”更改为 24(最大值)。

Other sections will overflow off the page and you'll be able to scroll to see them.

其他部分将溢出页面,您将能够滚动查看它们。

回答by Cody C

Tools->Options->Startup

工具->选项->启动

回答by Reed Copsey

In Visual Studio, choose Tools->Options. Right there, you have an option for the number of items in the recently used list.

在 Visual Studio 中,选择“工具”->“选项”。在那里,您可以选择最近使用的列表中的项目数量。

You can't get rid of the other sections unless you want to go through customizing the start page, but if you set this to 24, you'll see your most recent 24 projects (they don't allow you to view more than 24).

除非您想自定义起始页,否则您无法摆脱其他部分,但是如果您将其设置为 24,您将看到您最近的 24 个项目(它们不允许您查看超过 24 个)。

回答by ALIRA

Tools > Options > Environment > General. Change the "items shown in recently used list" to 24 (the maximum). I prefer to use 12 at most.

工具 > 选项 > 环境 > 常规。将“最近使用列表中显示的项目”更改为 24(最大值)。我更喜欢使用最多 12 个。