Hello: How can I implement multiple cursors by clicking.
Example: PopSql
Hello: How can I implement multiple cursors by clicking.
Example: PopSql
For future multi-cursor users’ reference:
EditorView.clickAddsSelectionRange
). Bound to Ctrl (macOS: Cmd) + Click by default.rectangularSelection()
). Bound to Alt (macOS: Option) + Drag.This differs from VS Code which is
I couldn’t figure out why creating multiple cursors wasn’t working as expected and I was just using the wrong keys.