Development Software I Use Now

By Thomas Krehbiel

I’ve setup a new development PC, so I thought it was time once again to review the software I normally install and use for development (I last did this in December 2007).

I find that most of these kinds of lists are pointless, but every now and then I run across a handy tool I’ve never seen before, so in the hope that someone else might find something useful, here’s my current list of PHP and .NET development essentials.

Note that I get along just fine without Resharper or any ORM, Mocking or Dependency Injection frameworks.  That’s just how I roll.

* I don’t consider these essential, but they are instructive.

Reader Comments

Comments are the property of their respective owners.

1. Sean/Red said,

Maybe an interesting note: Its been about 5 months since I've come back to the world of dotNet. And I can't convey enough about how disappointed I am with Visual Studio. VS use to be the best IDE, maybe that was due to my lack of exposure at the time, but now I find the thing bloated, slow, and useless. I'd rather use note pad. I can't wait for the day Eclipse has a working dotNet plug-in. ReSharper goes a long way in making VS usable, but not quite far enough.

2. Tom said,

avatar

It's definitely getting more bloated and slow with each new version (developing for WPF in VS2008 is painful). I've never seen Resharper.. price tag is way too steep for me. I just downloaded Eclipse to try it out for PHP actually... it'll be interesting to compare.

3. Sean/Red said,

The best thing about Eclipse (for Java at least) CTRL+SHIFT+R Such a time saver!

4. Tom said,

avatar

Hrm ctrl+shift+r isn't doing anything for PHP except open an empty "Open Resource" window.

5. Sean/Red said,

Hmm, thats a key element to ctrl+shift+r, actually having data in the resource window.

6. Sean/Red said,

BTW, I'd love to hear your overall comments of Eclipse, maybe in a separate blog post. Also, keep in mind that it is written in 100% Java.

7. Sean/Red said,

Oh, come to think of it, you may need to start to type in the "Open Resource" window for it to work. Don't recall any more.

8. Tom said,

avatar

Oooh.. I see how the ctrl+shift+r works now. That's pretty cool actually.

9. Tom said,

avatar

Working on a post about Eclipse btw.

10. Sean/Red said,

CTRL+O was another good feature to use in the Java Editor. It was basically a similar function to CTRL+SHIFT+R but used to navigate to a method in the currently open java class. Couldn't live without these two features. Well, I guess I AM living without them now. At least until my ReSharper license comes in.

Add a Comment

Name: (optional)
Comment: