twitter
    Find out what I'm doing, Follow Me :)

Thursday, June 10, 2010

Visual Studio 2010 Productivity Power Tool Extensions

Another news from Scott Gu, who just blogged about the cool new VS 2010 Productivity Power Tool Extensions.
Highlight of this is the Add Reference Dialog:
This new Add Reference dialog caches assembly information – which means it loads within a second or two (note: the very first time it still loads assembly data – but it then caches it and makes it fast afterwards). The new Add Reference dialog also now includes searching support – making it easier to find the assembly you are looking for.


Earlier this week Jason Zander announced the availability of a new VS 2010 Productivity Power Tools release that includes a bunch of great new VS 2010 extensions that provide a bunch of cool new functionality for you to take advantage of.
You can download and install the release for free here.  Some of the code editor improvements it provides include:
  • Entire Line Highlighting: Makes it easier to track cursor location within the editor
  • Entire Line Selection: Triple Clicking a line in the code editor now selects the entire line (like with MS Word)
  • Code Block Movement: Use Alt+Up/Down Arrow now moves selected code blocks up/down in the editor
  • Consistent Tabs vs. Spaces: Ensure consistent tab vs. space usage across your projects
  • Colorized Parameters: It is now easier to see/identify method parameters
  • Column Guide: You can now add vertical column guidelines to help with text alignment and sizes
  • Align assignments: Makes it easier to line-up multiple variable assignments within your code
  • HTML Clipboard Support: Copy/paste code from VS into an HTML buffer (useful for blogging!)
  • Ctrl + Click Go to Definition: You can now hold down the Ctrl key and click a type to go to its definition
It also includes several tab management improvements for managing document tabs within the IDE:
  • Show Close Button in Tab Well: Shows a close button in document well for the active tab (like VS 2008 did)
  • Colored Tabs: You can now select the color of each document tab by project or by regex
  • Pinned Tabs: Enables you to pin tabs to keep them always visible and available
  • Vertical Tabs: You can now show document tabs vertically to fit more tabs than normal
  • Remove Tabs by Usage Order: Better behavior when adding new tabs and one needs to be hidden for space reasons
  • Sort Tabs by Project: Tabs can be sorted by project they belong to, keeping them grouped together
  • Sort Tabs Alphabetically: Tabs can be sorted alphabetically
Thanks Scott Gu, for the great intro.
blog comments powered by Disqus
Related Posts with Thumbnails