I use Webstorm, a commercial IDE from Jetbrains, and MacVim, which is a free open source and very mature Mac based code editor and an offshoot of VIM.
Webstorm is the best HTML/Javascript/CSS experience going today imho. For an IDE it is extremely light weight. It boots up and is ready to begin coding faster even than Sublime which is often touted because of its speed. Webstorms's editor understands html, javascript and css so well that it can even provide correct color coding and 'intellisense' in embedded in-line code. Its reformatting ability is easily the best, outperforming Sublime Text 2 which in my opinion is weak in this area. VIM is, well, VIM, and once you become proficient with its modality there is little it cannot do for you, especially when you consider its huge portfolio of add-on plugins. Both Webstorm and VIM are available on all major operating systems so the skills you learn on one OS can be carried over to any of the other supporting platforms. Webstorm costs less than Sublime does but you get a heck of a lot more right out of the box and VIM is 100% free as in beer. On Monday, December 31, 2012 10:07:23 AM UTC-5, Rodrigo Fonseca wrote: > > I'm trying to use netbeans, but when i try to put a "ejs" file, the > netbeans doesn't recognize it, so i'm using textMate, but i really i want > to use the netbeans. I'm on Mac, there is any other editor? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
