#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 …
Honestly, I had to ask around what this one did. I couldn’t remember to save my life. Automatic Delimiter Highlighting Whenever you have code construct pairs (that’s what the documentation calls them), when you finish typing either the start or end pair, both pairs of words will become bold. To turn off this feature, go…
As you mouse over a method in the Editor, a nice tooltip (as seen in the image below) is displayed for you showing you general information about the method, parameters, overloads, possible exceptions, and other documentation pulled from the meta data about the method (including your custom comments/documentation). This video shows you how to enable…
Visual Studio defaults to a tabbed interface. But you can also run Visual Studio as a MDI (Multiple Document Interface). This option let’s you acutally have windows inside your workspace, instead of only tabbed documents. This video shows you all about it. This work is licensed under a Creative Commons license.
On the topic of outlining, there is a tiny sliver of space taken up in your left margin to show the outlining. This video shows you how to turn that on or off. Personally I don’t see a reason to turn it off – BUT – I’m sure there is one. LIke maybe certain editor…
When you press [CTRL]+[F] for find, one of the nice features of Visual Studio is the context find that happens. The word/phrase that your cursor is currently on is forwarded to the “Find What” section of the dialog box. The thinking here is pretty simple, which is, you’re probably going to search for another instance…
Just in case you ever need to do this… Go to Tools – Options – Text Editor – All Languages – General and uncheck Auto List Members and Parameter Information. If you just want to disable intellisense by default for a particular language, go to the Text Editor – <language> – General option page…