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
Currently, (afaik) you can only create multiple cursors (mac) with Option+click, or by selecting some text, then Cmd+D to select matching text in the same cell (see e.g. #3063 for an example).
In VSCode, you can do Option+Cmd+Down/Up-Arrow to create cursors on the line below or above. I use this daily in VSCode, especially for data visualization work where you often define many similar variables, lines of code, etc. in the coding process. It would be great to add support for this, even if with another keyboard shortcut. Currently (in Chrome) the keyboard shortcut seems to switch between cursor focus on the webpage and the search bar, so perhaps it's challenging to oversteer that.
Julia v1.11, Pluto v0.20.0
The text was updated successfully, but these errors were encountered:
Just before we close this for good: there are other key combinations that aren't used by the browser that could be used for this. Is that something you'd be willing to consider?
Alternatively, could it be implement with unset key bindings that I can configure myself?
Hey! We have to prioritize issues since we don't have so much time... If there was an easy default to implement then fine, but it looks like we have to come up with our own shortcut, implement the codemirror functionality ourselves (it's not a built-in cm command like copyLineDown) and communicate it to the user. Too much work, sorry! :(
Currently, (afaik) you can only create multiple cursors (mac) with
Option+click
, or by selecting some text, thenCmd+D
to select matching text in the same cell (see e.g. #3063 for an example).In VSCode, you can do
Option+Cmd+Down/Up-Arrow
to create cursors on the line below or above. I use this daily in VSCode, especially for data visualization work where you often define many similar variables, lines of code, etc. in the coding process. It would be great to add support for this, even if with another keyboard shortcut. Currently (in Chrome) the keyboard shortcut seems to switch between cursor focus on the webpage and the search bar, so perhaps it's challenging to oversteer that.Julia v1.11, Pluto v0.20.0
The text was updated successfully, but these errors were encountered: