Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's WebLog


My adventures in sharing Microsoft source code

News

MSFT Women Bloggers

March 2008 - Posts

Did you know... You can do multi-column sorting (secondary sort, etc.) in both the Error List and Task List - #183
Both the Error List and the Task List have support for multi-column sorting, like secondary sort (and can someone remind me what's the term for 3rd-ary - the term that comes after secondary).  For example, you want to sort all Tasks (or Errors) by Read More...
Did you know... You can view an error's help documentation directly from the Error List? - #182
If you right-click on an error in the error list, you'll see a context menu pop up with Show Error Help. Clicking on this command will launch the external help documentation viewer (dexplorer) to that specific error. Technorati Tags: VS2005Tip , VS2008Ti Read More...
Did you know... You can use Ctrl+Shift+F12 to view the next Error listed in the error list - #181
In the General Development Settings, the keyboard binding is Ctrl+Shift+F12 , so your mileage may vary depending on which settings you are using. You can go to Tools - Options - Keyboard to figure it out. The command is View.NextError. I'm a little surprised Read More...
Did you know... How to customize your Error List view? - #180
This was one of my least favorite designs in the VS environment.  When the Error List was split from the Task List, a row of buttons was put on the top of the Error List for users to customize whether they just wanted to see Errors, Warnings, or Read More...
Did you know… you can create keyboard shortcuts to navigate among the various Task List categories? (View.NextTask and View.PreviousTask) - #179
Visual Studio comes with two commands for navigating among the various things in the task list:  View.NextTask and View.PreviousTask.  As we've explored more than you ever wanted to know about the task list, you now know that the task list has Read More...
Did you know... You can create Shortcuts in your Task List - #178
This is another one of those features i didn't know about until someone showed me.  You can store shortcuts in your Task List, and can even use them as tasks to scratch off, if you want.  And just like user tasks, shortcuts are saved in your Read More...
Did you know... You can show a full file path in the Task List? - #177
Today's tip only applies to Comments, as User Tasks are not saved with a file. Go to Tools - Options - Environment - Task List, and uncheck the Hide Full File Paths. And now the Task List will display the full paths for Comments. Technorati Tags: VS2005Tip Read More...
Did you know... You can show Hack, Undone, and custom Tokens in the Task List? - #176
Todo's are not the only thing you can display under "Comments" in the Task List.  If you go to Tools - Options - Environment - Task List you'll see a Token List .  By default, Visual Studio comes with Hack, Undone, and Comment, but Read More...
Did you know... How to create and view Todo's in the Task List? - #175
Let's focus now on the other aspect of the Task List - the Comments left in the code. You need to drop down the combo box at the top right to show Comments in order to see your comment "tokens" (i.e. comments, todo's, and hacks) in the task list. Unlike Read More...
Did you know... Sara turns 30 today, so I need another "Go Sara Go", and how to use /safemode? - #174
Yep, today is the Sara Birthday Edition v3.0, so we're going to do another round of Go Sara Go . If you read tip of the day, all i ask is if you could leave a quick "go sara go" comment , although poems are greatly appreciated too!  You Read More...
Did you know... How to disable the prompt for deleting Task List User Tasks? - #173
So after yesterday's tip, you've probably created a few tasks and deleted them, and noticed that annoying prompt.  Here's how you can get rid of it. On each user task, you'll see the delete command on the context menu, as shown below. And you'll Read More...
Sometimes, you just don't want to know how short you are
Marty, this blog post is for you.  =) I flew down to San Fran last night with Alan .  It was my first (and last) experience in First Class.  As soon as i sat down, i turned to Alan and asked, "do your feet touch the ground?" There Read More...
Did you know... You can assign a priority to your Task List User Tasks? - #172
Now that you've created a user task, you can now assign a priority.  I call this out as a separate tip, as it is most likely not intuitive that you can do this. Under the '!' column, you can click on any cell to pop open the Priority combo box.   Read More...
Did you know... You can use the Task List to create User Tasks that are separate from your code? - #171
Welcome to the Task List series! The Task List is for user tasks and todos, whereas the Error List is for errors and warnings.  In case you are from back in the '02 and '03 VS days, the Task List used to do both, until it was split into two different Read More...
Did you know... You can Right-drag code to do a Move or a Copy? - #170
Today's tip was submitted by a blog reader.  I had no clue that you could do this.  Select a line of code, and then right- drag that line to anywhere within your editor (or into another editor window).  Then you'll get this little menu Read More...
Did you know... You can have VS automatically do a rename within the entire project when you do a file rename in Solution Explorer? - #169
Let's say you create a new class file called Class1. If you try to rename "Class1" in the solution explorer, we'll prompt you whether you want to rename all references to this code element in your project. But I'm more of a IDE Tips and Tricks know-it-all, Read More...
Two Talks at TechEd 2008: CodePlex and Visual Studio Tip of the Day
It's funny that I've never actually given a formal talk at a conference before, and at this year's TechEd, I'll will give two talks =)  Just don't tell me to break a leg.  We don't need another TechEd Scooter-Cam 1 (or a bob haircut!). Also Read More...
Did you know... How to stop the output window from showing itself during a build? - #168
At some point, you'll experience that build window sliding out from its auto-hiding place during a build. If you want to fine-tune this experience so that the output window only shows when you tell it to (maybe you just want to check the status bar for Read More...
Did you know... How to stop the Toolbox from auto-populating with items found in the solution? - #167
Another co-authored tip with a tip of the day reader. I admit i didn't know how to do this either, but i get the advantage of asking the developer on the feature directly =) If you have a solution with lots of projects in it, and you notice the toolbox Read More...
Did you know... How to hide or show the "Project location is not trusted" message box? - #166
When you attempt to open a project hosted on a UNC share (e.g. \\server\folder) you'll get the following warning message box: If you need to show this message again, but clicked the "do not show," you can go to Tools - Options - Projects and Read More...
今日のワンポイント : 便利なインクリメンタル検索 - #001
日本語の Visual Studio 2008 ワンポイントは、新しい場所からご利用いただけます。 http://blogs.msdn.com/vstipsjpn 他の人に教えられるまでインクリメンタル検索を知りませんでした。今ではこれなしでは生きていけません。 Ctrl + I キーを押します。 検索文字列の入力を始めると、最初に一致したテキストにカーソルが移動して、現在の検索文字列が強調表示されます。 Ctrl + I キーをもう一度押すと、その検索文字列に次に一致するテキストにカーソルが移動します。 Read More...
Did you know... How to pretend the configuration manager doesn't exist, besides closing your eyes and saying i don't see you? - #165
Yeah, that's my attempt at humor for explaining "simplified build configurations."  In other words, if you have never touched the "Debug" or "Release" configurations and/or have never heard of the build configuration Read More...
Did you know... How to open a file in the solution without using either a tool window or a dialog? - #164
Today's tip was co-authored with a tip of the day reader.  The idea is you just want to press some keyboard shortcut, type in the filename that's in the solution, and go directly to that file.  No solution explorer.  No open file dialog.  Read More...
Did you know... You can press Ctrl+/ to reach the Visual Studio command line? - #163
I had to do a little research to remember what this feature is called.  It's the "command line" within Visual Studio that doesn't require opening the Command Window.  Only after doing 5 minutes of searches through our test cases did Read More...
Page view tracker