xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Request: Add paranthesis after completing function #522

Open ghost opened 7 years ago

ghost commented 7 years ago

As the title explains. With:

   |foobar f ...|
bar.

When foobar is chosen, complete as bar.foobar( if it has arguments, or bar.foobar() if it does not.