I have a project which has a class called Match
, but it is now a reserved keyword in php8,
So I tried changing it with Matche
, but there are just too many files that uses this class,
how do I, in vscode, also update all of its references to Matche
?