thoni56 / c-xrefactory

A refactoring tool for C/Yacc and Emacs. The first tool to cross Refactory Rubicon. Initial work, and released under GPL in 2009, by Marián Vittek.
https://thoni56.github.io/c-xrefactory/
GNU General Public License v2.0
23 stars 4 forks source link

Completion in a parameter list should show signature if not in partial string #54

Closed thoni56 closed 4 years ago

thoni56 commented 4 years ago

If you are in side a function call:

func(X

or

func(42, X

with the cursor at 'X', a completion should show argument list, like

func(int i, char *s)

I think this actually worked at one time (Emacs version changes?).

thoni56 commented 4 years ago

Yes, this works. Unless you're inside Yacc semantic rules. So probably a duplicate of, or at least related to, #53.