How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?
I'm using Notepad++ for some projects and miss Visual Studio's Ctrl + X , Ctrl + C functionality that cuts or copies the entire current line when no text is selected. The cut line shortcut seems to be Ctrl + L , which is not as convenient as Ctrl + X and the copy shortcut seems to be Ctrl + D , Ctrl + L , which is even less convenient. Although a similar question has been asked before, the way to do this in Notepad++ was not provided and I cannot find a solution on the Notepad++ site or on its forums. I've created a Notepad++ plugin that does this (without the need of python). It can be found