birgersp / vscode-cpp-header-refactor

2 stars 1 forks source link

Extension doesn't work. #11

Open sargon2 opened 1 week ago

sargon2 commented 1 week ago

I have a C++ project that uses CMake with Ninja on Windows. After enabling the extension, when I right click on a header file and select "Rename C++ Header" and type in a new name, then the file is renamed, but no other files are updated and no error is shown.

sargon2 commented 4 days ago

I switched to https://github.com/tostc/CPP-include-refactor.