I think a good editor will include things like: - a autocomplete for general statements, e.g.: put FOR and press ENTER, the FOR statement will create automtically with some generically code with braces and you will change like you want, this will valid for all statement, create a IF, WHILE, a JSON, ....
- the autocomplete(or Intellisense) for functions, variables, objects in page and external files in that page. - the integrations with APIS, like google, facebook, google maps, twitter, and others with explanations of methods of these APIS, i now that is google and others have to do, but nobodys do, like a VSDOC - a realtime error of syntax (that all editor/ide do) and undefined functions and others things. - force the format of code with indentation(this can be configurable) I think some things is hard, javascript is not a same as C# in Visual Studio. C# have types of variables, this is more easy, javascript not. C# have type of methods, javascript not. A comparision with C#/VisualStudio with Javascript is not a real comparison too. C# is a hard and bigger language, but with Visual Studio things works and you don't affraid. Sometimes I think that was missing for JavaScript. 2011/1/28 Peter Thiessen <[email protected]> > 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]<jsmentors%[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]<jsmentors%[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]<jsmentors%[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]<jsmentors%[email protected]> > -- www.twitter.com/acazsouza www.acazsouza.com -- 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]
