Skip to Main Content
Visual Studio Hacks
book

Visual Studio Hacks

by James Avery
March 2005
Intermediate to advanced content levelIntermediate to advanced
304 pages
19h 23m
English
O'Reilly Media, Inc.
Content preview from Visual Studio Hacks
Insert Commonly Used Code Automatically #57
Chapter 6, Speed Hacks
|
221
HACK
text.EndOfLine( )
End If
End Sub
End Module
All you need to do is download or transcribe this code into the Macro IDE
[Hack #51]. You will then see the two macros in the Macro Explorer and can
start using them right away.
HACK
#57
Insert Commonly Used Code Automatically Hack #57
Discover an add-in that will provide code templates and code completion to
enable you to write code faster.
Throughout this book, we have talked about different ways to handle code
snippets, including storing them in the toolbox or using other add-ins to
handle your code snippets. The Code<Template>.NET add-in allows you to
create and manage code templates, which are code snippets that contain
variables. Instead of just having a piece of text you can drag to your docu-
ment, you will be able to specify variables that you will be prompted for.
What differentiates this add-in from other code snippet management add-
ins is the ability to define variables as well as the ability to automatically
insert your code template using a predefined keyword and shortcut key.
Contrary to the misleading angle brackets, this add-in does
not have anything to do with C++ templates or .NET 2.0
generics.
First you will need to download and install the Code<Template>.NET add-
in from http://www.codeproject.com/useritems/CodeTemplateNET.asp. The
installation is relatively painless, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Visual Studio 2015 Unleashed, Third Edition

Microsoft Visual Studio 2015 Unleashed, Third Edition

Mike Snell, Lars Powers
.Net Framework Essentials

.Net Framework Essentials

Thuan L. Thai, Hoang Lam
C# 5.0 Unleashed

C# 5.0 Unleashed

Bart De Smet
Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones

Publisher Resources

ISBN: 0596008473Errata Page