Results 1 to 3 of 3

Thread: Hotkeys in IDE?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Posts
    382

    Hotkeys in IDE?

    How do I set up hotkeys or macro's in the vb.net IDE so that I can insert things like...

    Code:
        '''-----------------------------------------------------------------------------
        ''' <summary>
        ''' This is the summary
        ''' </summary>
        ''' <param name="Name"></param>
        ''' <param name=></param>
        ''' <remarks>
        ''' </remarks>
        ''' <history>
        ''' </history>
        '''-----------------------------------------------------------------------------
    Would suck to have to type this in each time I need it. I know there's a way to do it so I can hit a key and it will insert the template..

    Anyone?

  2. #2
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045
    Hinder ...

    I know it is not the answer you most desire (you're looking for a software approach), but I bought a half a dozen Gateway 2000 programmable keyboards through eBay for $15 apiece. They are absolutely wonderful and it is trivial to program them for this type of function. It is nice to have a consistent feel when moving from machine to machine, and I have never had one fail ... they have been around for a LONG time!

    If you want more information, just let me know.
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

  3. #3
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi.

    If you make a macro to insert the text, you can assign a shortcut key in "Tools - Options"
    In the "Environment" tab select "Keyboard"
    In the middle section, scroll down until you get to Macros, and you should see your macro in there. Select it, and assign a key.

    Hope it helps.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width