Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/131.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 自动更新函数定义_C++_Eclipse_Eclipse Cdt - Fatal编程技术网

C++ 自动更新函数定义

C++ 自动更新函数定义,c++,eclipse,eclipse-cdt,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); 致: 离题:我不确定我是否喜欢这种行为。IDE怎么知道您不只是试图使重载与现有原型无关?如果Eclipse默认这样做,我现在可能已经找到了。在Window->Preferences->C/

Eclipse是否支持基于我们试图实现的函数调用自动更新函数定义

例如:

My_func_abc(this_exists_in_definition, this_does_not);
因此,定义将从:

My_func_abc( Type_of_var this_exists_in_definition);
致:


离题:我不确定我是否喜欢这种行为。IDE怎么知道您不只是试图使重载与现有原型无关?如果Eclipse默认这样做,我现在可能已经找到了。在Window->Preferences->C/C++->Editor->Content Assist下查找打开选项,我找不到任何类似于它提供此功能的内容。Eclipse支持Java(使用快速修复),但不支持C/C++。欢迎投稿。离题:我不确定我是否喜欢这种行为。IDE怎么知道您不只是试图使重载与现有原型无关?如果Eclipse默认这样做,我现在可能已经找到了。在Window->Preferences->C/C++->Editor->Content Assist下查找打开选项,我找不到任何类似于它提供此功能的内容。Eclipse支持Java(使用快速修复),但不支持C/C++。欢迎捐款。
My_func_abc( Type_of_var this_exists_in_definition, Type_of_var this_does_not);