Does anyone know how to fold all "Search Results" grouped by files in Visual Studio code editor? For example, search results are "grouped by files" that are collapsible, but defaulted as open. One can manually collapse the file However, it would be nice if we could collapse all opened files that contain the search results to quickly find the file we are interested in.
In the example below there are 40 files with the word "tax" in them. All 40 files are open showing the details of the search results found. I have manually closed tax-info-summary-panel.component, but would like to have a shortcut to do the same for the other 39 files.