Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add my .sln file to my Jump List for Visual Studio (Windows 7)?

This very well my be a SuperUser.com question, however it's directly related to my programming environment so I thought I would ask here to see if another developer has solved this issue.

I would like to add my most commonly opened solutions to my Jump List for Visual Studio 2008 in Windows 7. I've fiddled with the recommended methods of doing so I've found around the web, but I haven't had any luck. Any ideas?

like image 420
Ben Lesh Avatar asked Dec 15 '09 15:12

Ben Lesh


People also ask

How do I enable Jump lists in Windows 7?

In Control Panel, select the Taskbar and Start Menu item. On the Start Menu tab, click Customize. Configure the value of the Number of recent items to display in Jump Lists option, and then click OK.

What is jump list windows7?

Jump Lists —available in Windows 7— are lists of recently opened items, such as files, folders, or websites, organized by the program that you use to open them. Jump Lists don't just show shortcuts to files.

How do you use a jump list?

These lists serve as quick access points for pinned programs. To open a Jump List, right-click on any pinned program in the taskbar or the Start Menu. The list of recently opened files that shows up is a Jump List. In addition to files, Jump Lists may also show program-specific tasks and functions.

What is a jump list What does it display?

A jump list is a feature introduced in Windows 7, allowing you to view recent documents in a program that is pinned to your taskbar. The picture is an example of a jump list in Windows 7. To view the jump list, right-click any program icon in the taskbar.


3 Answers

You first need to edit your registry so that your solution file is associated with visual studio directly (i.e. not through the version selector)

Article on how to do this.

Once you do that then you can pin it to whatever version of VS you have.

like image 166
Joseph Avatar answered Oct 12 '22 12:10

Joseph


I figured one way to do it (if you don't want to mess with the registry), but ultimately I went with the other answer.

I had to drag the solution file to the taskbar itself. The OS knows to add VSLauncher to the taskbar and pin it to it.

The problem I was having was I was trying to drag it onto the visual studio 2008 application icon I had pinned to the desktop.

like image 36
2 revs Avatar answered Oct 12 '22 12:10

2 revs


There's an extension that adds jump list support to Visual Studio 2008.

like image 29
Saeb Amini Avatar answered Oct 12 '22 11:10

Saeb Amini