Just starting to learn linux and I have an Amazon EC2 server running Ubuntu 11.10. I'm trying to learn node.js and get a simple game server up and running. My home machine is Windows 7 so I'm using PuTTy to SSH into my EC2 server. I was wondering what IDE would you guys recommend?
Intellij IDEA is always worth a look. It is my personal favorite.
WebStorm is a paired down version of InteliJ that focusses just on Javascript rather than Java, went through a dozen IDE's and text editors until I came across it - integrates with the Node server to enable breakpoints, debugging, etc. Only $49 for a personal version.
I like Sublime Text 2. It has a lot of great plug-ins for Javascript (JSLint one is a must have) and I find that it stays out of the way when I'm just trying to get work done. It's also multi-platform so you can have a consistent editing environment across all of your machines.
You can try Microsoft WebMatrix a tool from Microsoft. You can find further details @ http://www.microsoft.com/web/webmatrix/