Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis/etc. This can also be used on multiple or rectangular selections.
Note: This is still in early development. It has not been fully tested with non-US keyboard layouts.
Select some text and type one of the following characters:
'
"
(
or)
{
or}
[
or]
<
or>
Install the plugin by downloading it from the Release page and copy SurroundSelection.dll
to your plugins
folder.
The code has been developed using MSVC 2015. Building the code will generate the DLL which can be used by Notepad++. For convenience, MSVC copies the DLL into the Notepad++ plugin directory.
This code is released under the GNU General Public License version 2.