Can we let emacs display the function signatures and overloading candidates when typing a function name and the parameter list? This will be very helpful.
This can be done with CEDET (built in) together with function-args:
Some features:
fa-show
shows function arguments inline, allowing to switch between overloads.fa-jump
jumps to an overloaded candidate (when there are many).moo-complete
gives better completion sometimes, and uses helm
which is an advantage for speed.moo-propose-virtual
uses helm
to instantly fill in a
virtual function signature in an overloaded class.moo-propose-override
does so for any parent function (not just virtual).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With