Skip to content

QuickLauncher is a Visual Studio 2012/2010 extension that helps you find and open a specified file in solution/project/opened files easyly and quickly.

Notifications You must be signed in to change notification settings

ClrsDream/QuickLauncher

 
 

Repository files navigation

Overview

QuickLauncher is a Visual Studio 2012/2010 extension that helps you find and open a specified file in solution/project/opened files easyly and quickly. Like "Ctrl+," or "Ctrl+;".

Details

What does it looks like?

Visual Studio 2012

Visual Studio 2010

How to use it?

After you install it, there will be a button on the menu: Main menu -> Tools, just click it and there will be a tool pane displayed.

Main menu -> Tools

It is very easy and convenient:

  • Input the keyword then press Enter/Return/Down/Tab to focus on the result list
  • Press Up/Down to choose the file you want to open
  • Press Enter or double-click

So, you see, Input -> Down -> Down -> Enter, the file is open! It is amazing and very convenient!

Tips:

  • You can bind a shortcut key in Options of Visual Studio.
  • The popup window chould be docked on any side as same as other tool panes, have a nice try.

Download & Install

If you installed successful, you can find it here

Main menu -> Tools -> Extension Manager (Ok, actually, you can uninstall it here as well.)

ExtManager

Main menu -> Help -> About

about-window

Other

namespace udnz.com.VSExtensions
{
    public class Consts
    {
        public const string FrameworkName = "Visual Studio Extentions Framework";
        public const string Author = "uonun";
        public const string Homepage = "http://work.udnz.com/";
        public static readonly Version Version = new Version(1, 0, 0, 0);
    }
}

See also: http://work.udnz.com

About

QuickLauncher is a Visual Studio 2012/2010 extension that helps you find and open a specified file in solution/project/opened files easyly and quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published