Golevka / emacs-clang-complete-async

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

Add ac-clang-jump-* and corresponding clang-complete code. #53

Closed ebrevdo closed 10 years ago

ebrevdo commented 10 years ago

Also added a ac-clang-set-prefix-header-header, so one can -include-pth as well as -include-pch. Sorry, that sneaked in there.

ebrevdo commented 10 years ago

@Golevka looking forward to any comments / suggestions.

ebrevdo commented 10 years ago

Plan to clean up the code and add a few features.