https://github.com/nlight/smartsurround
Sublime Smart Surround Plugin
https://github.com/nlight/smartsurround
Last synced: 22 days ago
JSON representation
Sublime Smart Surround Plugin
- Host: GitHub
- URL: https://github.com/nlight/smartsurround
- Owner: nLight
- Created: 2013-05-09T14:05:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T16:39:07.000Z (about 12 years ago)
- Last Synced: 2025-02-27T18:31:03.331Z (over 1 year ago)
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime SmartSurround
=====================
Sublime Smart Surround Plugin. Does what it should without hints.
Matches `( )`, `{ }`, `[ ]`, `| |`, `< >`, `" "`, `' '`
Commands:
---------
1. smart_surround_delete - Deletes wrapping characters
2. smart_surround_change - Deletes wrapping characters and selects inner text, so you can easily change wrapper.
3. smart_surround_select - Selects wrapping characters
Pending Commands:
-----------------
* Toggle quotes
* Delete wrapping tag
* Select wrapping tag for changing
* Select inner text