Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename file #55

Closed
thoni56 opened this issue Apr 13, 2020 · 2 comments
Closed

Rename file #55

thoni56 opened this issue Apr 13, 2020 · 2 comments

Comments

@thoni56
Copy link
Owner

thoni56 commented Apr 13, 2020

For C a refactoring I miss is "Rename file". It would not only rename the file, but also fixup all the includes that are referencing the file.

Actually, an even better version of this would be "Rename module". Often a C "module" has a '.h' and a '.c' file and inside the header file there is something like

#ifndef _MODULE_H_
#define _MODULE_H_

Renaming all of these in a single swoop would be cool.

@shanemd
Copy link

shanemd commented Sep 1, 2023

Duplicate of #48?

@thoni56
Copy link
Owner Author

thoni56 commented Sep 1, 2023

Thanks for pointing that out!

@thoni56 thoni56 closed this as completed Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants