Wrap selection around ... in Notepad++
Is there any way to wrap the selected text in ',",),},],> or around any symbol in Notepad++?
I have looked around all of the plugins but there is nothing similar to what Textmate or eclipse can do.
Solution 1:
I would go for a real simple solution: Macros.
- Select Text
- Macro - Start Recording
- Ctrl-X
- '[' Ctrl-V ']'
- Macro - Stop Recording
- Macro - Save Current Recorded Macro
Within 5 minutes you should be able to get all the wraps you want and assign them to shortcuts like you need them.