Replies: 2 comments 1 reply
-
Yes we will be supporting those types of interactions. We already support very basic multi-cursor interactions. You can use (Shift-Option Click) to add a new cursor. We'll continue to add more interactions in the CodeEditTextView repository |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you referring to column selection? If so we have an issue for it here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, are there any plans to support rectangular block selection and multi-line simultaneous editing like in XCode? Or even non-contiguous multi-cursor like in VSCode? I find myself copy&pasting text from various sources to XCode and back just to do multi-line editing, because often for a tabular snippet it is the most efficient method to "convert" it to a slightly different form, before having to figure out a regex.
With non-contiguous selection removed from TextEdit recently, I am not sure if the macOS text system still allows supporting this with a reasonable amount of effort, but I hope so ;-)
Beta Was this translation helpful? Give feedback.
All reactions