I am looking for a key combination to select tags and all text between tags, for example:
<div> Hello World </div>
Consider the html code above, when I put the cursor between div tags and press ctrl + shift + a it selects all the content that is Hello World, but not div tags.
If you press Ctrl Shift A once when your cursor is in text, it will select all the text. Hit Ctrl Shift A again and he will select the tags. Keep clicking on it and the selection will expand outward.
Source: https://habr.com/ru/post/1207679/More articles:Post-condition for map functions - functorPasting the decimal fraction in sql causes zero to be inserted. Instead of a decimal close to zero, c #IDE: e (fx) clip not working properly - javahow to create a virtual machine in south brazil on lazur? - azureMock ServerVariables in HttpContext.Current.Request - reflectionMy Android Studio project supports the launch of my old project / application - androidMySQL Error "empty string specified as argument for character!" - sqlConstructor call using auto on the left side - c ++Convert MongoDB BsonDocument to valid JSON in C # - jsonWhat happens when I call delete on an uninitialized C ++ pointer? - c ++All Articles