Browse by Tags

All Tags » Visual Studio (RSS)

No Intellisense in Visual Studio 2010 RC1

Well, that's odd.  Why were the default options for Intellisense turned off when I did a fresh install of Visual Studio 2010 RC1? Technorati Tags: .NET , Visual Studio 2010 RC

Jay Harris: Macro Sleuth

Jay Harris came to speak at GANG last month (great CI talk, by the way!).  After plugging in his laptop to the projector he glanced at the screen – he was checking if the font size was okay.  Seemingly not pleased, I saw him tap a few keys on the keyboard and the font just grew!  It was like zoom-in/zoom-out in Firefox.  He didn't mess around deep inside menus – just a couple of keystrokes and the font was bigger! We all asked him how he did that and after he told us, we all said "You've got to blog that!"  And now he has .  Thanks Jay! Technorati Tags: .NET , Visual Studio , Macros , Font Size

Tweaking my color settings

Like many developers, I spend a lot of time reading and writing code every day. After hearing so many developers praise the "dark background/light text" colors that have become popular, I decided to switch too. I did some research and found a theme I really liked . I tweaked it very slightly and have been using it ever since. It is much easier on the eyes. However, one thing has been bothering me. When Visual Studio stops in an exception or when an exception is thrown and Visual Studio highlights the catch block, the coloring is almost unreadable. Here's a quick sample: I remember doing a quick run through trying to find what this type of code block was called so I could change the color, but had no luck. Today, I couldn't stand it anymore. I methodically searched through every color option and finally found the one that corresponds to this case: Read-Only Region Looking in the Options dialog, the "Sample" shown looks okay: But that's because the "Item Foreground" is set to "Default" and VS assumes black. Since my default text color is White, this combination is horrible. I picked a new color from the background color dropdown (Olvie) and now my eyes are much happier: Technorati tags: Visual Studio , Color Scheme