How to delete a word from every project in Visual Code

0

I want to delete this snippet of code ng-show="$ctrl.state == 'downloading' that has been set several times, however as the code is extensive it takes a lot of work to delete one by one. I'm using Visual Code, is there any way to delete this excerpt from everywhere in the project at once?

    
asked by anonymous 22.06.2018 / 22:04

1 answer

0

Friend type CTRL + F and click on this little box marked in the photo, put your text in the field above and in the bottom place an empty string for ''. And then click on the second icon marked to replace everywhere.

I hope to have helped my friend.

    
22.06.2018 / 22:09