ToggleWrap
Toggles wrap type (and remove wrap) between (), {}, [] and quotes "", '', ``
Details
Installs
- Total 925
- Win 487
- Mac 277
- Linux 161
Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime ToggleWrap plugin
Toggles wrap type between (), {}, [] and quotes “”, ''. Also provides way to remove wrap.
Demo
Installation
This plugin is part of sublime-enhanced plugin set. You can install sublime-enhanced and this plugin will be installed automatically.
If you would like to install this package separately check “Installing packages separately” section of sublime-enhanced package.
Features
Change between brackets type (), {}, [] or between quotes “”, ''.
Remove brackets or quotes.
Usage
By selection:
Select a brackets or quotes
Hit bracket or quote shortcut to change wrap type
Hit delete forward to remove wrap
Delete wrap
Set cursor before opening or after closing bracket or quote
Hit delete subword forward or subword backward accordingly to remove wrap
Commands
Description | Keyboard shortcut | Command palette |
---|---|---|
Remove wrap | alt+/ | ToggleWrap: Remove wrap |
Clean brackets forward | ctrl+/ | ToggleWrap: Clean brackets forward |
Clean quotes forward | ctrl+/ | ToggleWrap: Clean quotes forward |
Clean brackets backward | ctrl+backspace | ToggleWrap: Clean brackets backward |
Clean quotes backward | ctrl+backspace | ToggleWrap: Clean quotes backward |
Change to '' | ' | ToggleWrap: Change to '' |
Change to “” | “ | ToggleWrap: Change to ”“ |
Change to ” | ToggleWrap: Change to “ | |
Change to preceding : | : | ToggleWrap: Change to preceding : |
Change to following : | ; | ToggleWrap: Change to following : |
Change to () | ( | ToggleWrap: Change to () |
Change to {} | { | ToggleWrap: Change to {} |
Change to [] | [ | ToggleWrap: Change to [] |
Dependencies
None