help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: An Eclim frontend for Emacs


From: Nikolaj Schumacher
Subject: Re: An Eclim frontend for Emacs
Date: Sat, 18 Apr 2009 23:00:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin)

Tassilo Horn <tassilo@member.fsf.org> wrote:

> No, I don't think eclim (which means eclipse) uses some kind of tags
> database.

Well, eclipse does keep a syntax tree of the source code.  Eclim doesn't
necessarily make it available in a raw form, but it has (at least) a
command to print the class prototypes (java_class_prototype).

Looking at the source code it wouldn't be too hard to return methods,
arguments, etc. in CSV form.  Somebody just would have to convince the
vim folks to accept patches helping an Emacs project. ;)


Either way, it's a very neat project.  Thanks to whoever mentioned it
first. ;) The completion seems to work well with company[1], too, so
I'll include a back-end in the next version.



regards,
Nikolaj Schumacher

[1] http://nschum.de/src/emacs/company-mode/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]