Visual Studio Hacks
Book Info

From the category archives:

Book Info

You can download all the code referenced in the book. The .zip file includes both the C# and VB.NET versions of the code.
— 1.0.1
*Updated Visualizer code for Beta 2
Download Here.

Read more...

Reviews
“But if you’re using Visual Studio, and want to get the most out of your tools, then this is a book you really ought to check out.” — Larkware (Mike Gunderloy)
“Anyway, to be an ...

Read more...

Q: What versions of Visual Studio does this book cover?
A:  This book includes hacks that cover Visual Studio .NET 2002, Visual Studio .NET 2003, and Visual Studio 2005. The books on Visual Studio 2005 are ...

Read more...

Following are some PDF samples from the book that should give you a good idea of what kind of hacks are included.
Hack 7: Make Pasting into Visual Studio Easier (PDF)
Hack 44: ...

Read more...

Credits
Preface
Chapter 1. Master Projects and Solutions

1. Manage Projects and Solutions
2. Master Assembly and Project References
3. Organize Projects and Solutions
4. Hack the Project and Solution Files
5. Remove SourceSafe Bindings
Chapter 2. Master the Editor

6. Master the Clipboard
7. ...

Read more...

[406] 2nd code snippet;

EnvDTE.TextDocument textDoc =
(EnvDTE.TextDocument)applicationObject.ActiveDocument.Object(”TextDocument”);

should be inserted before the line:

string selectedText = textDoc.Selection.Text;

Read more...

O’reilly has published five more hacks of my choosing over on OnDotnet:

Master the Command Window – All about using the Command Window, a command prompt junkies best friend.
Create Comments Faster – All about GhostDoc, and written by ...

Read more...