#39 Middle button support in the Visual Studio Editor
Middle Button support in Visual Studio. What does it so? Watch this …
Middle Button support in Visual Studio. What does it so? Watch this …
When doing a quick find, you can select the scope of your search, including the current code block, current document, all open documents, current project, and entire solution. There is even a way to scope your search, to only look in the current code block. This might be nice for finding local variables, or when…
If you’re crazy about dropping bookmarks in your project, then you’ll love this ability to manage them. There’s a Bookmark Tool Window (or Panel) that allows you to organize and arrange your bookmarks. You can create one or many folders with name, and then jump between bookmarks just in that folder. Once you’ve organized your…
The standard keyboard shortcut for finding text in most applications is CTRL+F. In Visual Studio, this kicks off a Quick Find in the current document. Quick Find will pre-populate the find what text with whatever text is selected in the editor or the word that the cursor is currently on. Additionally, this find and replace…
Onlining,Onlining,Onlining. You know the little [+] in the left margin of your code in Visual Studio? That is called outlining, and if you click the [+] your code region will expand, and the icon changes to a [-]. Pretty straight forward. But did you know you can do all of this from the keyboard, without using…
Just select some text (or just have the cursor on the word you wish to search for) and press [CTRL]+[F3]. [CTRL]+[SHIFT]+[F3] will do a reverse search to find previous. Note that a [CTRL]+[F3] search uses the following options: Is case sensitive Searches hidden text Allows for partial matching Does not use regular expressions
Toggling bookmarks are extremely helpful. You have to jump from file A to file B, over to file J, back to B, back to A. (Sound familiar to what you did today 🙂 – Bookmarks are little popcorn nuggets you can leave along your trail to find your way back to where you once were…