May 2008 - Posts
I never officially tested the object browser, but rather played back-up tester, in case someone went on vacation, needed help analyzing failures during a full test pass, etc. So for most of these tips, i’ve been browsing their test cases and documentation
Read More...
In the Object Browser Settings, there’s the Show Base Types option. For the example below, Class1 inherits from ClassBase. When this option is enabled, under Class1 you’ll see the “Base Types” folder. If you’ve been wondering how to get rid
Read More...
For the next several tips, we’re going to take apart the Object Browser Settings for what appears in the object browser. The first set of options control your View preference in the Object pane, which is either by Namespace or by Containers . Think
Read More...
This is really a continuation from yesterday’s tip, but wanted to call it out as a separate tip. I was kinda surprised to see it in the list of commands, but then again, one can never have too many keyboard shortcuts =) As far as binding this to a keyboard
Read More...
It feels weird not to append a # at the end of a blog title. Oh Tip of the Day, what have you done to me? Anyways… I’m really excited to see a .NET User Group get created back home. Shout outs to Keith Elder and Aubrey Cote for getting this
Read More...
Another set of buttons on the Object Browser toolbar belongs to Navigate Forward and Navigate Back. The pages you visit within the object browser are saved as a MRU (Most Recently Used). This alone is somewhat exciting, but what really makes it exciting
Read More...
Let’s say that you find the component that you want to add to your solution. Typically, you’ll go to the solution explorer, right-click on the project node and select Add References, bring up the Add Reference Dialog, and you know how the rest goes.
Read More...
Expanding a little more on yesterday’s tip, you can create a custom components list for the Object Browser. There are two ways to reach the custom components list dialog. Either clicking that little “…” browse button next to the combo box
Read More...
Once again Rob Caron has sent me on a quest. This time it is to put together a Visual Studio factoid – a list of historical facts about VS, like Why is the executable devenv.exe instead of visualstudio.exe? Is the Visual Studio logo an infinity
Read More...
By default, the Object Browser shows you all the components in the latest .NET Framework version. But sometimes you don’t need to know about the entire world, and just want to focus on the objects in your solution. In the upper right-hand corner
Read More...
It’s time to move on to the Object Browser… You can use Ctrl+Alt+J to open the Object Browser. If this keyboard shortcut does not work for you, check what View.ObjectBrowser is bound to under Tools Options – Environment – Keyboard. Technorati
Read More...
And to finish the customization of the external tools series, you can prompt for arguments, in case you need to enter or edit values each time you run the tool. So now, if i need to specify which file i want Notepad to open, i’m prompted for the
Read More...