Code Elegance

Archive for February, 2008

[SK#18] F2

F2: rename the selected symbol (field, variable, method, etc…)

 

Technorati Tags:

No comments

[SK#17] CTRL-R, CTRL-M

CTRL-R, CTRL-M : extract method from the selected block of code. Create a method with a given name.

Technorati Tags:
No comments

Visual Studio Dark Settings

From few weeks I begin to use Visual Studio with Dark Background. I read that it’s better for your eyes and in fact it seems more relaxing.

I designed my own theme starting from these blog posts:

http://weblogs.asp.net/infinitiesloop/archive/2006/08/06/Join-the-Dark-Side-of-Visual-Studio.aspx

http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx

http://www.agileprogrammer.com/dotnetguy/archive/2006/09/07/19030.aspx

http://www.codinghorror.com/blog/archives/000417.html

http://idehotornot.ning.com/

This is my theme:

 

And if you like it, and want to use it, you can get the theme to import here: emadark.zip

 

No comments

[SK#16] CTRL-R, CTRL-I

CTRL-R, CTRL-I : extract interface from the selected class. A dialog where you can choose what extract appear.

Technorati Tags:
No comments