Open
Description
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]