It looks like an advanced text editor, not an IDE. I.e. it doesn't have any debugging features, can't do any refactorings, doesn't have true autocomplete.
On Fri, Jan 28, 2011 at 4:12 PM, Peter Thiessen <[email protected]> wrote: > Here's yet another IDE to try: Sublime > > http://www.sublimetext.com/2 > > A MacOSX client of Sublime2 is now available in Beta. I've also > recently been using Aptana but I must say, I'm impressed with the > minimalistic style of Sublime2 and the attention to detail on the > included features (good UX). Though I usually default to MacVim and > I'm probably going through a try a new IDE phase. > > I agree with Adrian though. Once you start adding your on key mappings > etc. its a bit of a waste to re-setup your environment. Though Sublime > is shiny so ... :) > > Cheers > Peter > > > > On 28 January 2011 09:41, Adrian Olaru <[email protected]> wrote: >> I think that you will find that people are using whatever works for them. >> The truth and the matter is that any decent editor can be used to write >> JavaScript with. But to be truly efficient, you should just pick an editor, >> learn it, and stick with it. >> >> On Fri, Jan 28, 2011 at 10:35 AM, Thomas Junghans >> <[email protected]> wrote: >>> >>> Hi >>> >>> I worked with Aptana for quite a while, but for almost a year now I'm >>> using PHPStorm from Jetbrains. It's fairly new and the updates and >>> improvements are just pouring. >>> >>> Links: >>> >>> http://www.jetbrains.com/phpstorm/features/index.html#Advanced_JavaScript_Editor >>> http://www.aptana.com/products/studio2 >>> >>> - TJ >>> >>> On 27.01.2011, at 23:44, Nick Tulett wrote: >>> >>> > Been using Geany for a few months now. >>> > >>> > Autocomplete is based on either what you've already typed or easily >>> > updated config files (build my own for node.js development). >>> > >>> > Also has handy custom keystrokes, so for me F5 runs a js file in node, >>> > F8 debugs it via node-inspector and F9 lints it. >>> > >>> > -- >>> > To view archived discussions from the original JSMentors Mailman list: >>> > http://www.mail-archive.com/[email protected]/ >>> > >>> > To search via a non-Google archive, visit here: >>> > http://www.mail-archive.com/[email protected]/ >>> > >>> > To unsubscribe from this group, send email to >>> > [email protected] >>> >>> -- >>> To view archived discussions from the original JSMentors Mailman list: >>> http://www.mail-archive.com/[email protected]/ >>> >>> To search via a non-Google archive, visit here: >>> http://www.mail-archive.com/[email protected]/ >>> >>> To unsubscribe from this group, send email to >>> [email protected] >> >> -- >> To view archived discussions from the original JSMentors Mailman list: >> http://www.mail-archive.com/[email protected]/ >> >> To search via a non-Google archive, visit here: >> http://www.mail-archive.com/[email protected]/ >> >> To unsubscribe from this group, send email to >> [email protected] >> > > > > -- > > +3p > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected] > -- Максим Васильев Моб.: +7 915 192-27-24 -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
