function-args
function-args copied to clipboard
C++ completion for GNU Emacs
I'm trying to follow along on the example to show `moo-complete` options for `std::cout` When I type in `s` and do `M-o` it can find std. When I'm at `std::cout.`...
The pop-up with `fa-show' only shows a single pointer level when arguments are of type pointer-to-pointer-of-type. Company shows the correct prototype in the minibuffer, so the fault is probably not...
GNU Emacs 24.5.1 in `-nw` terminal mode. Slimmed .emacs: ``` (require 'cedet) (setq semanticdb-default-save-directory "~/.semanticdb/") (semantic-mode 1) (add-to-list 'load-path "~/.emacs.d/function-args") (add-to-list 'load-path "~/.emacs.d/swiper") ;; function-args dependency (require 'function-args) (fa-config-default) ```...
Could you provide the feature in the following figure? 
Currently, `moo-virtual` and `moo-override` can insert function interfaces inside a class. I think, it would be beneficial if it can insert function bodies, that is function interface + braces (so,...