Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 648 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 648 Bytes

Renames your C++ header, updates references and header guards.

gif

Type renaming (refactoring) is already a feature in the official C/C++ extension. However, header file renaming with automatically updating references is not.

This extension lets you rename a C++ header, automatically updates all references to it (in project files), updates header guards and renames the corresponding .cpp file (if any).

Enjoy! GitHub PRs and issues are welcome!

Sources

GitHub