Visual Studio Code – Search in VSCode for specific element with attribute across lines
In VSCode I'd like to search for an element (<button) which has a specific attribute that can be on a new line (data-color). Is there a way to do this search using Regex, but avoiding greedy matching? For example, match…