GithubHelp home page GithubHelp logo

clrsdream / quicklauncher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uonun/quicklauncher

0.0 2.0 0.0 110 KB

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.

Home Page: http://work.udnz.com/VSExtension/QuickLauncher/

quicklauncher's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.