How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?

前端 未结 8 545
孤街浪徒
孤街浪徒 2021-02-02 10:33

I\'m using Notepad++ for some projects and miss Visual Studio\'s Ctrl + X, Ctrl + C functionality that cuts or copies the entire curr

8条回答
  •  粉色の甜心
    2021-02-02 10:54

    The plugin from MackieChan: notepad-visual studio line copy

    has to be still setup-ed as follow:

    1. Put it into notepad++/plugin folder

    2. open notepad++ (restart)

    3. in Settings -> Shortcut Mapper

      under Scintilla Commands, remove the existing associations for Ctrl + C,X

      under Plugin commands, find the scripts you just created and map your shortcuts to them.

提交回复
热议问题