Visual Studio Plugin NavigatorASP supports ext

  1. #1

    Visual Studio Plugin NavigatorASP supports ext

    All,
    I created my first extension for Visual Studio 2010 called NavigatorASP that works with EXT. I've been using for a couple months now.

    If you are on an aspx page, and you hit have a direct event, or a javascript name, you can ctrl click (just like goto definition) and it will jump you to that code behind or javascript program. It also includes goto definition if you don't have that already.
    so for the following

    <DirectEvents>
           <Click OnEvent="btnUpdateAuthCC_Click" />
        </DirectEvents>
    if you ctrl click on the btnUpdateAuthCC_Click
    it will jump you to that function or subroutine. Ctrl - will jump you back (unless you've changed all your default keyboard settings).

    Give it a try and let me know if you see something you would like it to do more.

    To get more info:
    http://visualstudiogallery.msdn.micr...9-b97535000f26

    Enjoy.
    Tallman
    Last edited by geoffrey.mcgill; Apr 28, 2012 at 1:05 AM.
  2. #2
    Hi,

    I have gave it a try. Looks very good, like! Thanks for sharing!

    I will update the thread if I will face any problem or will have any suggestion.
  3. #3
    Thanks... installed. Will play with it !

    Martin
  4. #4
    Hey,
    Have you been maintaining this Extension? I just downloaded it and does'nt seem to work with VS 2012.

Similar Threads

  1. Visual Studio Designer
    By maksim in forum 1.x Help
    Replies: 2
    Last Post: Apr 08, 2012, 10:43 AM
  2. Using Visual Studio 2005.
    By tarekahf in forum 1.x Help
    Replies: 7
    Last Post: Sep 28, 2011, 10:06 PM
  3. Visual Studio 2010
    By speddi in forum 1.x Help
    Replies: 2
    Last Post: Oct 11, 2010, 1:42 PM
  4. Visual Studio 2010
    By drgw74 in forum Open Discussions
    Replies: 7
    Last Post: Jun 24, 2010, 7:59 AM

Posting Permissions