VS Code tips — Automatically updating matching JSX tags with linked editing

Опубликовано: 14 Июнь 2023
на канале: Code 2020
1,952
49

Want to speed up your JSX coding? Try enabling linked editing!

With linked editing, when you make changes to an opening JSX tag VS Code will automatically update the matching closing tag too.

Linked editing is off by default. Turn it on using the `Editor: Linked Editing` setting

#vscode #javascript #typescript #jsx #coding #ide