You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was exploring using codemirror directly as an editor component because it has built in support for a bunch of useful features, and plugins for more, such as: code folding, multiselect (cmd-d to select the next instance of a word), block selection, vim mode, etc.
I was exploring using codemirror directly as an editor component because it has built in support for a bunch of useful features, and plugins for more, such as: code folding, multiselect (cmd-d to select the next instance of a word), block selection, vim mode, etc.
main...modderme123:saturn:codemirror
I thought I'd create this issue to discuss whether it was worth continuing to try and integrate codemirror
Block selection:
Highlighting next instance (and multi-editing next instance):
The text was updated successfully, but these errors were encountered: