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

How to autocomplete while writing ? #561

Closed su8 closed 6 years ago

su8 commented 6 years ago

Hello @Rip-Rip

How to autocomplete/suggest for completion while writing, I don't want to press CTRL+P/N ? https://github.com/Shougo/neocomplete.vim already does this for most of the time, but it doesn't autocomplete functions/code that haven't been written in the window/buffers.

Cheers

lifepillar commented 6 years ago

You may try MUcomplete. The Readme has an example of configuration for clang_complete.

Disclaimer: I am the author of MUcomplete.

su8 commented 6 years ago

Thanks @lifepillar !