Similar Posts
#094 Second Helping: Beth Massi’s Visual Studio Tip of the Day Browser — ????????
So what Turkey Day was last week? No reason why we can’t have a second helping of tip of the day… but as an add-in! Beth Massi, our VB community expert, wrote a Tip of the Day Browser. But even better, she’s got a Let’s Build an Add-In walkthrough, which she’s demo’ed at the DevTeach…
#68 Search within the current project or entire solution?
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…
#60 All and Common tabs on Intellisense (VB Only)
Once statement completion is up in Visual Basic context (sorry C-Sharpers) there is a tabbed view of options. One tab is Common (the default) and one tab is (ALL). You can switch between these tab from teh Keyboard – and this video quickly shows you how. Press [ALT]+[.] to move to the All tab Press…
#87 Run Visual Studio commands with arguments from the command window
After the past several weeks of Find tips (i knew i would have a few tips, just not nearly a month’s worth!), let’s change things up a bit and talk about the command window. Press Ctrl+Alt+A to open the command window. Check the keybinding for View.CommandWindow if your keybindings are different. Also available from the…
#027 Print line number from Visual Studio
Do you ever have to print your source code? If you do, and then hand that source code out at a meeting, or leave it with someone, it is **MUCH** nicer to have line numbers printed for reference. This video shows you how to accomplish line numbers on your source code prints. File | Print…
#100 Reach the Navigation bar via the keyboard
At the very top of the editor and just below the File Tab Channel, you’ll find the Navigation Bar. The left combo box lists objects and the right lists the select objects members. This is very useful when you need to jump to various functions throughout a large solution, or you want to see what…



