0

Can you insert multiple carets/cursors to edit multiple lines simultaneously? Something like this.

This feature is present in most IDEs and text editors nowadays, but I can't find an option to bind it in MonoDevelop Preferences... -> Environment -> Key Bindings .

I am using MonoDevelop Version 7.8.4 (build 2) on Ubuntu 22.04

1 Answers1

0

The second hit on Google for "MonoDevelop multiline edit" is a blog post by Mikayla Hutchinson that explains how to edit multiple lines at once in MonoDevelop:

To make a block selection, drag the mouse between the start and end points while holding down the Alt key on Linux [...]
Alternatively, you can make a normal selection, then use the Edit->Toggle block selection mode to toggle the selection into a block selection with the same start and end points