-1
I’m having a doubt...
Example: I have 3 separate classes within a folder, and in these 3 classes there is the "validaNomeTitular" method, but I want to change to "validaName". How do I rename in the 3 files at once? I always go from class to class and sometimes forget to rename in such a place, which generates an error in the program
I know that in the same file I can do this using CTRL+F2 with selected word, but in separate files I don’t know
If you have a keyboard shortcut or an extension of VS Code, please inform me here.
Classes implement the same interface?
– Woss