nppsnippets
nppsnippets copied to clipboard
[FR] Insert snippet to every selected line
Hello,
please add a function that can insert snippet to every line in a selection with SOME_CONTROL_KEY+click. And if it possible also in the column mode selection :).
eg: When use a snippet on two selected line, i need
[url]test line 1[/url]
[url]test line 2[/url]
insted of:
[url]test line 1
test line 2[/url]
I like the idea. Don't know yet how to get this to work.
Not sure it I can detect the suggested Ctrl+Click. Maybe I need to add a second snippet with this feature enabled.