(LMFTFY) Let me find that for you
For example - You can do a global find for:
Additionally you can click the menu item, but before you initiate the search, change the dialog to replace. For example you can quickly replace all regions in all code files, by simply leaving the "replace with" empty. Old blog posts of mine provided the beginings for this, and I decided to roll them into an extension. Visual Studio has always had regular expression searching. The problem is remembering the correct search term consistently over time. I used to keep a small text file with some that I had used. I wanted to bring those searches into a single easy to find location and to share it with others.
I am looking to improve the commented code and deprecated/hard-coded styles searches. If you have any suggestions or are a Regular Expression wizard, please feel free to submit an issue or pull request.
Source code can be found at https://github.com/brianschmitt/LMFTFY |