Update adobe flash player for mac osx. On 2011-08-06 20:08 -0700, JJuN wrote: > please recommand good ide for me!! I've heard eBays has one that actually has some degree of integration with Node.js.

I don't use IDEs myself, so I've never tried it, but you can see the docs online.[1] There are also a few non-Node-specific IDEs for JavaScript based on Eclipse (eBay's VJET is also based on Eclipse, btw): 1. Aptana Studio[2] 2. JS Eclipse (from an Adobe company called Interakt)[3] 3. NetBeans (from Oracle, was Sun Microsystems)[4] I'm not sure if it applies to all Eclipse-based IDEs out there, but there's a possiblity of integrating Vim into Eclipse via Eclim[5], which for me personally would be the ultimate win, but I'm satisfied with Vim alone. [1] [2] [3] [4] [5] -- Branko Vukelic Lead Developer Herd Hound (tm) - Travel that doesn't bite Love coffee?

You might love Loveffee, too. Nicolas Chambrier 7/8/2011, 12:13 น. On Sat, Aug 6, 2011 at 8:08 PM, JJuN wrote: > > > hello ~ > > i think node is really awesome but ide is not > > i used cloud9 it's cool and support stack debugging but no > intelligence > > please recommand good ide for me!!

It's a fantastic IDE for Web Development with great support for Node.js. It's based on IntelliJ IDEA, so if you liked that IDE you'll love Webstorm, which is tailored for a web developer working in Node. The only problem is that you have to pay for it, but you can try it free for thirty days.

I recommend checking the archives. This question is asked here on a regular basis. -- Martin Cooper > and which template is best for node, jade is good but no syntax > highlighting no intelligence! > > -- > Job Board: > Posting guidelines: > You received this message because you are subscribed to the Google > Groups 'nodejs' group. > To post to this group, send email to > To unsubscribe from this group, send email to > > For more options, visit this group at > > Jann Horn 7/8/2011, 12:16 น. On 2011-08-07 21:16 +0200, Jann Horn wrote: > 2011/8/7 Nicolas Chambrier: > > Le 7 aot 2011 20:51, 'JJuN' a crit: > >> i used cloud9 it's cool and support stack debugging but no > >> intelligence > >. > >> jade is good but no syntax > >> highlighting no intelligence!

> > > > What do you call 'intelligence' here? > > Probably completion and so on. As in 'I type require('http'). And it > tells me which methods/properties it has.' Has anyone tried Eclim? Does it do anything for JavaScript? -- Branko Vukelic Lead Developer Herd Hound (tm) - Travel that doesn't bite Love coffee?

You might love Loveffee, too. JJuN 7/8/2011, 17:48 น. On 2011-08-07 17:48 -0700, JJuN wrote: > thanks guys~ > > i find komodo edit it's the best ide i found When I last tried it (I think over a year ago), the free version of Komodo did not have code reformatting option, which was frustrating to say the least. That's why I gave up on it. Otherwise, it was a really good IDE (hm, actually I'd call it an editor rather than IDE, but who cares). -- Branko Vukelic Lead Developer Herd Hound (tm) - Travel that doesn't bite Love coffee?