I'm looking for a keyboard shortcut to select tags and all text between tags, such as:
<div>
Hello World
</div>
Consider above html code when I place cursor between div tags and press ctrl+shift+a it select all content that is Hello World but not div tags.