Is there any keyboard shortcut to select everything separated by space?
For example:
<img className="header__logo" src={logo} alt="Logo" />
And I want to click anywhere inside classname press shortcut and it selects classname="header__logo"
, is that possible?