Hacker News new | ask | show | jobs
by longlivedeath 4975 days ago
Is there a C++ IDE that can figure out the function signature after you have written something like

_ f(_ a, _ b, _ c) { YOUR; CODE; HERE; }

?