Visual Studio Code – How to remove all instances of an HTML tag VS Code
I have an HTML file that has many useless tags like empty <p> tags, and <span>'s that I want to delete. Is there any easy way to remove all <span>'s from my document without finding each one and deleting it?