标签: c++ eclipse eclipse-cdt
Eclipse是否支持基于我们试图实现的函数调用自动更新函数定义?
示例:
My_func_abc(this_exists_in_definition, this_does_not);
所以定义将来自:
My_func_abc( Type_of_var this_exists_in_definition);
要:
My_func_abc( Type_of_var this_exists_in_definition, Type_of_var this_does_not);