Five Testers From VC

Cool thing I learned about the IDE today.

[Michael] The VS IDE has a ton of cool UI features - many that I'd never ever head of before.

If you're a command line kind guy, you can get some use out of the “Find combobox”. I'm sure this feature is in Visual Studio 7.1 + but I also think it's in Visual Studio 7.0.

If you hit CTRL+D from the editor (and I think most other places in the shell) it will take you to the find combo, this combo box right next to the binoculars sitting in an open folder. From there you can type text you want to find, and then hit F3 to search for it.

What's equally as cool is that you can use the “>” operator to put yourself in command mode, and from there you get an autocompleting list of all the commands you can issue to the IDE's shell directly.

For example, I placed the “>” character in that edit box, then typed “F” and it dropped down with a list starting with “File.AddExistingProject”. With autocomplete, I got it to type “File.OpenFile d:\admin.txt”

I was personally impressed that we support autocompletion from the File.OpenFile command.

There are a ton of other commands available, some of which you might find easier to uncover this way.

It's another way to get around the IDE without having to mouse around, especially if you don't remember all the keyboard shortcuts.

Published Thursday, May 06, 2004 8:42 PM by FiveTestersFromVc

Comments

 

Johan Johansson said:

It does indeed work in 7.0 as well. Thanks! Who knows, maybe I'll eventually figure out something interesting. I really should spend more time customizing my working environment.
May 25, 2004 6:51 PM
 

Rob McClinton said:

Nice discovery, thanks! I've been using that combo box since before vs.net (mostly to search the include dirs, type a name, hit F-12). But didn't know that one. You can even call ShellEx with it. Try: >shell "http://www.google.com"

But doesn't it make you wonder if *anybody* in test knows about these undiscoverable features? ;-)

June 3, 2004 11:29 PM
Anonymous comments are disabled

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker