Anyone know how to rename a header file in vscode so that all includes of the header file will be updated accordingly?
For example, if I rename Header0.h to Header1.h, all includes will change from
#include "Header0.h"
to
#include "Header1.h"
Use of extensions is also welcome