An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
As a User,
given that my cursor is in/on a TS/X or HTML subject and the TS/X or HTML subject has children,
when I execute the splice command,
then the contents of the subject node should take its place
Description
As a User, given that my cursor is in/on a TS/X or HTML subject and the TS/X or HTML subject has children, when I execute the splice command, then the contents of the subject node should take its place
Definition of Done
Before:
▌
= cursor positionVS Code splice command
After: