Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Smart interface snippets #382

Closed teasp00n closed 11 years ago

teasp00n commented 11 years ago

Is it possible that after defining something like:

public class Something implements SomeInterface { k

That the methods defined in that interface are automatically stubbed out and targets placed in each of them? Not sure if I've explained that very well.

I'm thinking java here but would be useful for c++ etc as well.

EDIT: This might actually be better placed in the neosnippet project...

teasp00n commented 11 years ago

Moving to neosnippets.