function-args icon indicating copy to clipboard operation
function-args copied to clipboard

C++ completion for GNU Emacs

Results 5 function-args issues
Sort by recently updated
recently updated
newest added

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? ![xx](https://cloud.githubusercontent.com/assets/785541/6726997/8b8204a4-ce58-11e4-97bb-8e634e4da1a9.gif)

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,...