Featured Post

Good Architecture Design Creates More Code and Takes More Time

I came to a realization this evening when working on a new release of our internal CRM application.  We are in the middle of re-designing our CRM from the ground up with new data structures and tons of new features.  That may sound like a drastic measure but the functionality of it as well as...

Read More


Refactoring CSS and Javascript using Coderush/Refactor

Posted by Keith Elder | Posted in CodeRush | Posted on 02-03-2010

Did you know you can use the Visual Studio plugin CodeRush/Refactor in .ASPX pages as well as within JavaScript? It is something that isn’t demoed a lot but yes, it works!

Here’s a sample of me highlighting some inline styles and pressing the refactor key (I have mine bound to ctrl+(num plus) key). 

image

Creates this automatically by adding it to my styles.

clip_image004

Press escape after you type in the name you want to jump back to the marker where you were.

And you can also refactor JavaScript with Coderush/Refactor so don’t forget to hit that refactor binding and see what’s possible.

image