Re: [Vala] Vim autocompletion code



Hi,

On Thu, 24 Feb 2011 12:34:31 -0300, Rodrigo Esteban Cares Guarda wrote:
Hi to all,
I am trying to use vim with vala didn't found autocompletion code for
vala, is this posible?.

Greetings.

Possible but you don't have contextual completion, type Gtk.Button.<c-o> list all symbols...

For generate the tag file:

$ ctags-vala --vala-kinds=+cf -R --totals=yes --tag-relative=yes -f ~/vala.tags /usr/local/share/vala-0.12/vapi/

See the archives of this list for catgs-vala.



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