An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
Given that my cursor is on an object node, when I execute the move-upward command, then my cursor will move to the closest ancestor object node. If there is no ancestor object node present then my cursor will not move.
Description
Given that my cursor is on an object node, when I execute the move-upward command, then my cursor will move to the closest ancestor object node. If there is no ancestor object node present then my cursor will not move.
Definition of Done
Before:
📍
= cursor positionVS Code raise command
After: