Restore n-click Functionality for JSON Editor
Opened this issue · 2 comments
Apparently JSONEditor had an advantage over Monaco editor in that double-clicking an opening enclosure (square bracket or brace) or triple-clicking would highlight all JSON within that segment, which was convenient for a few things. It would be useful if we could allow this in Monaco.
I've double-checked to confirm this behaviour.
In JSONEditor:
• Double-Click: Highlights JSON within a opening enclosure (square/curly bracket) - this behaviour is consisten whether the mouse-click/curser is applied in-front or behind the bracket character. Thie same effect can be achieve my placing the text cursor next to the desired bracket and hitting Ctrl+Shift+M (expand to matching)
• Triple-Click: Highlights the JSON segment for the entire line(s) where the opening/closing enclosure sits. The same effect can be achieve by double-clicking then hitting Ctrl+Shift+L (aka: expand to line selection)
In Monca (v1.7 Deneb Editor) - the same functionality doesn't appear to be available. However, hovering the mouse cursor over the opening enclosure temporarily highlights the section, although somewhat fainter.