InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Major UI Upgrade for Visual Studio 2010

Posted by Jonathan Allen on Jun 08, 2010

Sections
Development
Topics
.NET ,
Visual Studio ,
Microsoft ,
Languages ,
IDE ,
Companies ,
Programming ,
Visual Studio 2010

Visual Studio has received a major UI upgrade via the add-in Visual Studio 2010 Pro Power Tools. In addition to finally fixing the Add References dialog, the major change is what they are calling “Document Well 2010 Plus”. This significantly alters the way tabs are handled in the document pane.

The new Add References dialog looks nothing like the original. It is much larger by default and can actually display entire assembly names. Checkmarks indicate what assemblies are already referenced and a side bar gives you more information about the highlighted DLL.

Since it caches the assembly list, opening the dialog a second time is instantaneous. Considering that it takes less than 30 seconds to install, this alone makes the upgrade pay for itself. Throw in a highly responsive search feature and we get a dialog that should meet everyone’s expectations.

The document tabs have so many enhancements it is probably best to start by showing the configuration screens.

As you can see, there is quite a lot of customizations available. For those working in large solutions, color-coding tabs by project is a huge win. Grouping tabs by project is also quite useful, as is the ability to “pin” a document window so you can quickly flip back to it.

There is also an option to how the tabs vertically instead of across the top. This is really helpful on wide-screen laptops where vertical screen space is precious but there is plenty of unused space on the sides. It is also nice when working with a lot of documents at the same time.

Other enhancements include

  • Ctrl + Click Go To Definition – Same effect as the context-menu command
  • Fix Mixed Tabs – Prompts to fix files that mix tabs and spaces.
  • HTML Copy – Copy code with HTML formatting
  • Align Assignments – Lines up code on the = operator
  • Move Line Up/Down Commands – Use alt+up/down to move the current line of code up or down. You don’t need to select the line first.

No comments

Watch Thread Reply

Educational Content

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.

Faster, Better, Higher – But How?

One of the main challenges when designing software architecture is considering quality attributes. Not only their design turns out to be difficult, but also the specification of these attributes.

Software Naturalism - Embracing the Real Behind the Ideal

Michael Feathers analyzes real code bases concluding that code is not nearly as beautiful as designers aspire to, discussing the everyday decisions that alter the code bit by bit.