Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's Weblog

My adventures embracing open source on CodePlex and at Microsoft

News

    • Did you know... All author proceeds go directly to sending Hurricane Katrina survivors to college.

      Microsoft Visual Studio Tips book

      Recent Entries

June 2008 - Posts

Did you know… You can use team settings to keep Visual Studio settings on different machines in sync - #248
Under Tools – Options – Environment – Import and Export Settings , you’ll see an option called Use team settings file. The idea is that you want all the members of your team to use the same baseline set of settings.  You can provide a .vssettings Read More...
Happy Birthday CodePlex!
Today is the 2nd anniversary of the CodePlex launch announcement.  I brought in some birthday cake on this nice, warm and sunny Friday afternoon in Seattle. CodePlex team members who are not currently on vacation.   We have a few who are Read More...
Did you know… You can copy the full file path from the final wizard page when exporting settings? - #247
Today’s tip is more like a “tip” than my usual “micro-functionality” daily tips.  After you do an export, the final page of the wizard shows you the full file path.  This is actually just a read-only edit box that has a tab stop (in other words, Read More...
Did you know… Visual Studio automatically saves all your current settings every time you close VS? - #246
On the Tools – Options – Environment – Import / Export Settings (yes, the Tools – Import / Export Dialog has its own Tools Options page), you’ll find the option where to store you current settings.  Note that you don’t get to opt out of this.  Read More...
Did you know… You can save your current settings prior to doing an Import or Reset? - #245
Sometimes, Tip of the Day isn’t about stating the obvious; it’s about stating the non-obvious.  A lot of times, there’s functionality that seems trivial on the surface, but one-off things occur at a deeper level (like yesterday’s tip).  Fortunately, Read More...
Did you know… What’s the difference between Resetting Settings and Importing Settings? - #244
Whenever I demo Tools – Import / Export Settings, I’m usually asked what’s the difference between the Import feature and the Reset feature. From an end-user perspective, importing everything in that particular settings file is functionally the same as Read More...
Tip of the Day now available in Russian and Spanish
Thanks to Andy Gonzalez on the Globalization team for translating the tips into Spanish. http://blogs.msdn.com/andygon/archive/tags/VS2008Tip/default.aspx Thanks to Vitaly Zaiko on the Globalization team for translating the tips into Russian. http://blogs.msdn.com/rusaraford/ Read More...
Did you know… You can add your own files to the Import / Export Settings – Reset page list? - #243
If you go to the Reset page on the Tools – Import / Export Settings Wizard , you’ll see the list of files you can reset to.  These settings files are the ones created by the VS teams.  But, let’s say that one of the default files just has some Read More...
Are there any women with projects on CodePlex?
I’m sitting here looking at women’s swag apparel wondering how many women we have as project owners on CodePlex (or who work on CodePlex projects).  I remember talking to a handful of women at TechEd regarding CodePlex, but i don’t recall anyone Read More...
Did you know… You can bind macros to keyboard shortcuts (or how to quickly increase / decrease your text editor font size) - #242
This was tip #21, my final tip, for the TechEd VS 2008 IDE Tips and Tricks talk. If you go to Tools – Options – Environment – Keyboard and in the Show Settings For edit box, type in “Macro”, you’ll see a list of “samples” right at the top.  I wrote Read More...
Did you know… You can use the immediate window as a glorified calculator or side-debugger within your debugger - #241
This was tip #20 in my TechEd VS 2008 IDE tips and tricks talk. When you want to do more than just edit the value of a variable, you can rewrite entire functions or create new ones in the immeidate window.  I found this especially useful when I was Read More...
Did you know… Remove unused using statements? - #240
This was tip #17 in my TechEd VS 2008 IDE Tips and Tricks Talk In C#, there’s the option to remove any of your unused using statements.  This is especially helpful if you’re reusing some sort of template over and over again.  Instead of having Read More...
Did you know… You can set conditional breakpoints? - #239
This was tip #16 for my TechEd VS IDE Tips and Tricks talk. I believe this has been around since 2005, but maybe the white ‘+’ is new for 2008? When you only want to break under certain conditions, you can right-click on a breakpoint red circle (or go Read More...
Did you know… You can use data tips to edit a variable’s content- #238
This was tip #19 in my TechEd VS 2008 IDE Tips and Tricks talk. Whenever you are debugging and want to change the contents of a variable, you can drag and drop the variable into the Watch Window .  But, you can also use data tips to change the variable Read More...
21 signs a geek girl is into you
This cracked me up this morning.  http://on365.co.uk/data-centre-content/ My personal favorites (because i’ve been known to do this) are She stops blogging in front of the TV and talks to you. The first time you used the Command Prompt in front of Read More...
Did you know… You can use Tracepoints to log “printf” or “console.writeline” info without editing your code? - #237
This was tip #15 in my TechEd 2008 VS IDE Tips and Tricks talk. This is a new feature for VS2008. On a given line of code where you want to log the value of a variable, you could do the old fashion way of doing a Console.Writeline() or a PrintF().  Read More...
Did you know… VS has a file window layout mode that you can customize? - #236
This is a part of tip #12 of my TechEd 2008 IDE tips and tricks talk. Visual Studio comes with 4 window layouts: Design, Debug, Full Screen Mode, and File mode.  My guess is that file mode is the least used, since you can only enter it by opening Read More...
Did you know… You can set a breakpoint on a function from the Find Combo Box? - #235
Today’s tip was a part of tip #8 from my TechEd 2008 IDE Tips and Tricks talk on using Visual Studio Commands from the command window and the find combo box. In the standard command bar, you’ll see the Find Combo Box right next to Find in Files.  Read More...
Did you know… You can insert a snippet via “tab tab” - #234
This was tip #7 from my TechEd 2008 VS IDE Tips and Tricks.  A few months ago, I had dinner with Alan Stevens, Chris Woodruff, and a few others who were creating one of the Microsoft certification exams.  One of the developers said, “hey sara, Read More...
Did you know… How to increase your Visual Studio environment fonts for presentations? - #233
Thanks to everyone who attended my talks on Friday.  Wow.  What a great turnout and response!  I really appreciate the kind words.  Charlie Calvert and I worked so hard this past month to get the talk ready.  I’m so happy to see Read More...
Did you know… What settings are contained in the “New Project Dialog Preferred Language” category? - #232
Oh boy… i’m doing 2 talks at TechEd today!  One is the big Visual Studio 2008 IDE Tips and Tricks talk (repeat from Charlie’s talk on Tuesday), and the VS Tip of the Day.  Hope i’m doing well out there.  =D  All i can say is that as Read More...
Did you know… How to find what development settings you last reset to? - #231
Tuesday’s tip discussed how to reset your settings, but maybe you don’t remember what you picked during the first launch of VS, or if you’ve done a reset since then. Under the HKEY_CURRENT_USER\ Software\Microsoft\VisualStudio\9.0\Profile key, you’ll Read More...
Did you know… What the difference between “Automatic” and “Default” is in the Tools – Options – Environment – Fonts and Colors? – #230
Of all the pieces of UI in Visual Studio, I think these two options confuse me the most.   I keep forgetting what the difference is, but at least now, I have them written down for the rest of time, Internet-willing. I’m referring to these two Read More...
Did you know… How to reset your environment settings via Tools – Import/Export Settings? - #229
Today, Charlie is doing the Visual Studio 2008 IDE Tips and Tricks talk at TechEd, hence why Import Export Settings is today’s tip.  I’m doing the repeat talk on Friday, so wish us both good luck! The Tools – Import / Export Settings feature will Read More...
Did you know… View.Forward (Alt+Right Arrow) and View.Backward (Alt+Left Arrow) global commands also work in the Object Browser - #228
In an earlier tip, I discussed how you can navigate forward and backward with the Alt+Minus and Shift+Alt+Minus keyboard shortcuts, which are scoped specifically to the Object Browser.  But there are two other commands View.Forward and View.Backward Read More...
Page view tracker