Let's say if (click)="toggle()"
is written 10 times in same file, how can I delete/replace
the same piece of code in one go
?
When I select above piece of code, VSCode automatically highlights
same code but how to delete/replace
it in one go
?
Is it possible to delete/replace same piece of code in one go using VS Code?