fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.95k stars 286 forks source link

Feature request: multi-cursor text selection (Sublime Text style) #1569

Closed mossr closed 2 years ago

mossr commented 2 years ago

This may be a big ask 🙃

I'm a huge Sublime Text fan and my programming productivity relies heavily on multi-cursor selection using ctrl+d:

multi-cursor

Most text editors and IDEs (e.g., VSCode) implement this feature. It would be a tremendous help to have this feature within a Pluto cell!

multi-cursor-pluto

Current alternatives:

mossr commented 2 years ago

This may be related to #1545 (but that assumes the text is aligned vertically, like the example GIFs I showed above—but imagine we want to change the sum text to something else, rectangular selection wouldn't work here).

Seems like the mechanism for multiple cursors is somewhat in place—again, I understand this is a big ask :)

fonsp commented 2 years ago

Thanks! You can subscribe to https://github.com/fonsp/Pluto.jl/issues/1523