I want to use Visual Studio Code to open an HTML file and select all the text blocks that have a specific tag, in order to copy only that text to a separate file.
For example, let’s assume I want selected all the blocks of text that lie between <span class="c4">
and </span>
.
Is there a native way of doing this, or, eventually, using a plugin?