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, ignoring the tags and non-string code.
Is there a keyboard shortcut or a plugin to do it? I'm working with MacOS on a Mac keyboard.