Skip to content

Instantly share code, notes, and snippets.

View robhughadams's full-sized avatar

Robert Adams robhughadams

View GitHub Profile
@robhughadams
robhughadams / MultilineSearch.vb
Created September 12, 2012 14:15
A VS macro to provide a muiltiline search
'From http://www.helixoft.com/blog/archives/15
Imports System
Imports EnvDTE
Imports EnvDTE80
Imports EnvDTE90
Imports System.Diagnostics
Public Module MultilineSearch
Public Sub MultilineSearchReplace()