Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Request for meaningful project name :) #57

Open tomluchowski opened 10 years ago

tomluchowski commented 10 years ago

I wrote about this emacs mode here and there writing that's "Golevka/clang-complete", but wait Golevka is nickname of package's developer :P .

Frome http://www.emacswiki.org/emacs/CategoryCompletion , there's a couple of completition modes like , this ; can you name your tool and just add it to the wiki, Golevka : ?

Some completions are available in modes that provide command interaction.

EshellCompletion – Input filename completion.
GCCSense – Development tool for C/C++ using GCC’s code analyzers.
SubprocessCompletion – Handling completion by a subprocess such as a shell or a debugger, rather than by Emacs.
Anything – Lisp:anything-complete.el replaces Emacs Completion.
CSense – Completion extension.
irony-mode – Completion based on clang
CLang – Completion extension based on CLang.
function-args – C++ completion extension for CEDET.

<<

best regards paul424.