Visual Studio Code – Is there a way to select all text string content in a whole document at once in Visual Studio?
I'm looking for a quick way to, for example, if this was my HTML document: <!DOCTYPE html> <html lang="en"> <h1>Title</h1> <p>Hello</p> <p>This is a text line</p> </html> Select only Title, Hello and This is a text line all at once,…