|
-
Jun 2nd, 2004, 07:29 AM
#1
Thread Starter
Hyperactive Member
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?
-
Jun 2nd, 2004, 08:33 AM
#2
Frenzied Member
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
-
Jun 2nd, 2004, 09:48 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|