Is there a way in Eclipse CDT to do the following automatic refactoring?
- move file : move the source / header file to another project folder and update each #include directive relative to the moved file.
- rename file : rename the source / header file and automatically update each #include directive with respect to the renamed file.
If there is no such feature in the CDT, is there another Linux tool that will easily allow me to do this?
Many thanks.
c ++ file eclipse-cdt refactoring
Francesco feltrinelli
source share