[Conkeror] What do you want in a JavaScript editor?
Matthew Hippely
hippely at gmail.com
Sat Feb 14 08:25:31 PST 2009
Hi Rohan,
If you are using emacs + js2 mode you can easily get completion with a
really cool minor mode called yasnippets (stands for Yet Another
Snippet - i think)
check it out here: http://code.google.com/p/yasnippet/
The cool thing about yasnippets is that you can define your own
completions and base them on mode and it works with any mode that you
tell it to.
On Feb 14, 2009, at 2:00 AM, Rohan Nicholls wrote:
> I am no expert in this, but if you are dealing with a mode for
> editting javascript files, as
> opposed to something that is mixed (like html, css, javascript) you
> would be hard
> pressed to beat js2.el for emacs written by Steve Yegge. It checks
> your syntax
> in real-time, because he embedded a complete js parser, it handles
> various
> versions of javascript, including rhino extensions etc.
>
> I have not used it enough to see if it does any form of completion,
> but it would not surprise
> me.
>
> Anyway, if you google up Steve Yegge and javascript he gives a good
> rundown of
> what he was up to, and of course the code is freely available.
>
> Good luck with you project.
>
> Rohan
>
> On Mon, Feb 9, 2009 at 7:47 PM, Deniz Dogan
> <deniz.a.m.dogan at gmail.com> wrote:
>> Hi, everyone
>>
>> While this is not the exemplary place to ask this, I already know
>> some
>> of you guys, and some of you know me, so I figured it would be a nice
>> place to start.
>>
>> I will be starting my MSc thesis soon in developing a JavaScript mode
>> for the Yi editor (http://www.haskell.org/haskellwiki/Yi) in Haskell.
>> I'm trying to think of functionality that users are missing from
>> other
>> editors so that I have that in the back of my head when writing this
>> mode.
>>
>> So what do you *want* in a JavaScript editor? And what are you
>> *missing* in the existing editors/modes?
>>
>> Thanks,
>> Deniz Dogan
>> _______________________________________________
>> Conkeror mailing list
>> Conkeror at mozdev.org
>> https://www.mozdev.org/mailman/listinfo/conkeror
>>
> _______________________________________________
> Conkeror mailing list
> Conkeror at mozdev.org
> https://www.mozdev.org/mailman/listinfo/conkeror
More information about the Conkeror
mailing list