AppCode refactorings fail on method_name(void)
Hello again,
I recognize it's deemed bad style - http://www.parashift.com/c++-faq-lite/void-in-param-list.html - to have void parameters in C++ code, however many code bases still make frequent use of it.
As it is legal C++ code (still..) shouldn't AppCode support void method parameters in refactorings?
Cheers,
Jay
Please sign in to leave a comment.
Jay, we have a request for this: http://youtrack.jetbrains.com/issue/OC-8670
Hi Alex,
Ah, great - it sounds slightly different but I see you've added the note re refactorings.
Thanks,
Jay