-
Couldn't load subscription status.
- Fork 1.7k
Description
I find it helpful if the plugin can check for header file renames in the project and provide an option to update all #include directives in source files to include the renamed file.
Such a feature is for example available in Visual Assist as described in https://www.wholetomato.com/features/feature-refactoring#rename-file. The other feature described in the link is renaming header/source files in pairs. It would be great to include that feature as well but it is OK not to have it since manually renaming is not that troublesome. However finding all the #include directives and replacing them is more troublesome and should be automated.