c-xrefactory
c-xrefactory copied to clipboard
Give menu for deleting parameter
The current "give number of argument to remove" is not the best approach. A list of formal argument names would be so much better.
Possibly a different feature request, but it would also be helpful to be able to remove a parameter 'at point' instead of having to place point on the function name.
Yes, it would seem that traversing "up" to find the relevant function should not be a huge problem. However, since c-xrefactory
doesn't actually build an AST it is not that straight forward. And I'm the first to admit to not knowing enough of how, or if, that would be possible.