Notepads icon indicating copy to clipboard operation
Notepads copied to clipboard

Visual Studio Code Multiple Line Editing

Open lukas-santiago opened this issue 3 years ago • 1 comments
trafficstars

The functionality of typing on multiple lines simultaneously could be a nice addition to this project. The implementation of this function would be even better if it followed the standards that Visual Studio Code uses since I consider it a real trick. I've had cases where I needed to open my vscode with all my extensions turned on just to edit some simple text, and if an app like notepad had this function, I wouldn't need to look for a robust code editor to edit a text.

lukas-santiago avatar Dec 31 '21 01:12 lukas-santiago

The feature is provided by the text component instead of the editor app. Monaco (VSCode uses) and Scintilla (notepad++ uses) support it but the rich edit control used in Notepads does not support it.

0x7c13 avatar Apr 09 '22 00:04 0x7c13