Pinning Projects and Solutions with Visual Studio 2010

Posted by ScottGu on ASP.net Weblogs See other posts from ASP.net Weblogs or by ScottGu
Published on Tue, 11 May 2010 04:51:50 GMT Indexed on 2010/05/11 4:55 UTC
Read the original article Hit count: 823

This is the twenty-fourth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release.

Today’s blog post covers a very small, but still useful, feature of VS 2010 – the ability to “pin” projects and solutions to both the Windows 7 taskbar as well VS 2010 Start Page.  This makes it easier to quickly find and open projects in the IDE.

[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]

VS 2010 Jump List on Windows 7 Taskbar

Windows 7 added support for customizing the taskbar at the bottom of your screen.  You can “pin” and re-arrange your application icons on it however you want.

Most developers using Visual Studio 2010 on Windows 7 probably already know that they can “pin” the Visual Studio icon to the Windows 7 taskbar – making it always present.  What you might not yet have discovered, though, is that Visual Studio 2010 also exposes a Taskbar “jump list” that you can use to quickly find and load your most recently used projects as well.

To activate this, simply right-click on the VS 2010 icon in the task bar and you’ll see a list of your most recent projects.  Clicking one will load it within Visual Studio 2010:

image

Pinning Projects on the VS 2010 Jump List with Windows 7

One nice feature also supported by VS 2010 is the ability to optionally “pin” projects to the jump-list as well – which makes them always listed at the top.  To enable this, simply hover over the project you want to pin and then click the “pin” icon that appears on the right of it:

image

When you click the pin the project will be added to a new “Pinned” list at the top of the jumplist:

image

This enables you to always display your own list of projects at the top of the list.  You can optionally click and drag them to display in any order you want.

VS 2010 Start Page and Project Pinning

VS 2010 has a new “start page” that displays by default each time you launch a new instance of Visual Studio.  In addition to displaying learning and help resources, it also includes a “Recent Projects” section that you can use to quickly load previous projects that you have recently worked on:

image

The “Recent Projects” section of the start page also supports the concept of “pinning” a link to projects you want to always keep in the list – regardless of how recently they’ve been accessed.

To “pin” a project to the list you simply select the “pin” icon that appears when you hover over an item within the list:

image

Once you’ve pinned a project to the start page list it will always show up in it (at least until you “unpin” it).

Summary

This project pinning support is a small but nice usability improvement with VS 2010 and can make it easier to quickly find and load projects/solutions.  If you work with a lot of projects at the same time it offers a nice shortcut to load them.

Hope this helps,

Scott

© ASP.net Weblogs or respective owner

Pinning Projects and Solutions with Visual Studio 2010

Posted by Latest Microsoft Blogs on ASP.net Weblogs See other posts from ASP.net Weblogs or by Latest Microsoft Blogs
Published on Tue, 11 May 2010 04:51:50 GMT Indexed on 2010/05/11 8:34 UTC
Read the original article Hit count: 824

This is the twenty-fourth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post covers a very small, but still useful, feature of VS 2010 – the ability to “pin” projects and solutions to both the Windows 7 taskbar as Read More......(read more)

© ASP.net Weblogs or respective owner

Pinning Projects and Solutions with Visual Studio 2010

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Tue, 11 May 2010 00:00:00 GMT Indexed on 2010/05/11 6:55 UTC
Read the original article Hit count: 823

Filed under:
This is the twenty-fourth in a series of blog posts Im doing on the VS 2010 and .NET 4 release. Todays blog post covers a very small, but still useful, feature of VS 2010 the ability to pin projects and solutions to both the Windows 7 taskbar as well VS 2010 Start Page.  This makes it easier to quickly find and open projects in the IDE. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] VS 2010 Jump List...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Related posts about Visual Studio

Related posts about .NET