Fork me on GitHub

Groovy Code CompletionΒΆ

Groovy code completion uses the standard Vim code completion mechanism like so:

list = ['foo', 'bar', 'baz']
list.s<C-X><C-U>