Multiline WrapThis plugin allows you to wrap multiline selections, treating each line as it's own selection. UsageSelect something → ctrl+shift+P → «Wrap selected text» or press ', ", «, ], or ) — both opening or closing symbol would work. Or use cmd+shift+" to wrap with a defualt character of your choice (in extension options). Also in extension options:
Planned future features
What's the point?
Yes. You can also use RegExp find & replace to achieve something similar. I created this extension for my own use case, which involves copying (sometimes tens/hundreds of) thousands of GUIDs e.g. from a spreadsheet, and using them in Javascript scripts (Javascripts?). So I spent some hours making this, to save myself some minutes. :) AcknowledgmentsThis extension is very much inspired and based on Konstantin Gorodinskiy's extension, "Wrap Selection". If you like this extension, go give their extension a star on GitHub. Also, thank you to the AI chatbot who helped me complete the unit test. Found a bug? Request a feature?Submit an issue (or Pull Request) on GitHub. |