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...