Notepads
Notepads copied to clipboard
Visual Studio Code Multiple Line Editing
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.
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.