Showing results for Tips and Tricks - Visual Studio Blog

Mar 22, 2010
zero
zero

Troubleshooting pkgdef Files

 Visual Studio Blog
Visual Studio Blog

For those using the Visual Studio 2010 SDK to create extensions for Visual Studio, you should find the creation and use of .pkgdef files to be mostly automatic (see What's a PkgDef and Why?). However, like anything involving computers and software, there are occasions that require manual intervention because they aren’t covered by the automatic...

Tips and Tricks
Mar 20, 2010
zero
zero

Tips and Tricks: Quickly Closing Documents

 Visual Studio Blog
Visual Studio Blog

In VS 2010, we made a design decision to move the “X” from the right side of the Tab Well  to within each tab.  Before (VS 2008) After (VS 2010) The majority of feedback around this change was positive, but, as with most UI changes, there has been a vocal group that preferred the older placement.   When asked what they ...

HTML Tips and Tricks
Mar 10, 2010
zero
zero

Tips and Tricks: Clipboard Ring and Toolbox Snippets

 Visual Studio Blog
Visual Studio Blog

I was spending some time responding to Connect bugs the other day when I ran across this suggestion: “It would be nice to have a clip board history window that could be next to the control toolbox as a nice utility window. (Often in presentations I see Microsoft presenters using a custom clipboard tool for such a purpose). Many times I wish I ...

Tips and Tricks
Mar 5, 2010
zero
zero

MSBuild 4 Detailed Build Summary

 Visual Studio Blog
Visual Studio Blog

Introduction When we were developing the current version of MSBuild, we spent a lot of time analyzing builds to determine where our performance issues lay. The standard logging, even on diagnostic verbosity and with the performance summary enabled (/clp:PerformanceSummary=true on the MSBuild command line) doesn’t give us the kind of information ...

Debugging and Diagnostics C# Node.js
Feb 24, 2010
zero
zero

Troubleshooting Extensions with the Activity Log

 Visual Studio Blog
Visual Studio Blog

One of the most powerful tools for troubleshooting issues that involve Visual Studio extensions is often overlooked, even though it has been around for quite some time (since VS 2005). Anyone wondering what Visual Studio is doing with their VS Package, Extension, MEF Component, or pkgdef file should ask the IDE for an activity log. In this ...

Debugging and Diagnostics Visual Studio 2010 Tips and Tricks
Feb 2, 2010
zero
zero

Visual Studio “Tip of the Day”

 Visual Studio Blog
Visual Studio Blog

If you like the tips and tricks we sometimes post on this blog, you might want to check out the Visual Studio Tips and Tricks blog.  It’s written by Zain Naboulsi, a Senior Developer Evangelist at Microsoft, and it’s devoted to these little productivity boosters.  We’ll continue to post the occasional tip here on the Visual Studio blog, and...

Visual Studio 2010 Tips and Tricks
Jan 21, 2010
zero
zero

Tips and Tricks: Ctrl+E to Search in New Project Dialog and Extension Manager

 Visual Studio Blog
Visual Studio Blog

Here’s a quick tip of the day for anyone who wants to quickly use the new search feature of the New Project Dialog and the Extension Manager.  You can press Ctrl+E to quickly set focus to the search box.   Did you know that this same keyboard shortcut also works in Windows Explorer, IE and other applications?   Give it a shot...

Tips and Tricks
Jan 7, 2010
zero
zero

Tips and Tricks: Zooming in the VS 2010 Editor

 Visual Studio Blog
Visual Studio Blog

You probably know that Visual Studio has an option to change your text size, but did you know you can also zoom the editor in VS 2010?   Ctrl+mouse wheel zooming has been available since the first Visual Studio 2010 CTP, but we’ve finished it by adding a zoom control and key bindings in Beta 2.  Check out this video we’ve created to demo ...

HTML Visual Studio 2010 Tips and Tricks
Oct 26, 2009
zero
zero

Toolbox Search

 Visual Studio Blog
Visual Studio Blog

Hi, my name’s Josh and I’m a developer on the VS Shell team.  Among other things, I’m responsible for the Toolbox.  In VS 2010 Beta2, we’ve added the ability to search for controls in the toolbox by name.  To use it, put focus in the toolbox (by clicking in it, for example) and start typing the name of the control you want ...

Visual Studio 2010 Tips and Tricks

Feedback