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?
It depends on your code editor. In this question, for example, works in eclipse but not in a few other editors.
In VSCode I often use CTRL + SHIFT + [LEFT OR RIGHT ARROW] to select words quickly.