Tuesday, February 23, 2010

Re: omnicompletion for javascript

On Tue, Feb 23, 2010 at 4:55 AM, Gareth Oakes <juicejuice@gmail.com> wrote:
...
> There is a custom object model in use on this application platform and
> I would like to omnicomplete my Javascript objects according to their
> methods and properties. What is the best way to let omnicomplete
> recognise my new object structures? (The object definitions are "baked
> in" to the application, although I do have access to the completion
> files for Eclipse JSDT).

<side note>

I have often wanted to convert what Eclipse knows how to highlight and
complete into Vim scripts. But I have never known how Eclipse does
it.

Is this a complicated process?

I have even greped through the Eclipse directories looking for "names"
in the objects I know it can complete trying to find how it stores
them, but could never find them.

Has anyone tried to do this?
Do you know how Eclipse manages it?

Thanks,
Dave

</side note>

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: