1

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?

1 Answers1

1

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.

Chubby Cows
  • 311
  • 1
  • 14