#SurroundWith
This is a plugin for the code editor Sublime Text 2 and 3. It adds a 'surround with' ability to Sublime like Eclipse has.
#Installation
Install the wbond Package Control
- Open the console of Sublime Text
- Run "Package Control: Install Package"
- Search for SurroundWith
- Browse the subfolder Data\Packages of your Sublime Text installation
- Clone the repository
- git clone git://github.com/Andr3as/Sublime-SurroundWith.git
- Download the zip archive
- Extract it into an "SurroundWith" sub-directroy in Data\Packages of your Sublime Text installation
#Basic Use
- Select the text which should be surrounded
- Run the command (see below)
##Default Hotkeys
- Ctrl-Alt-D - div
- Ctrl-Alt-U - do-while loop
- Ctrl-Alt-I - if clause
- Ctrl-Alt-E - if-else clause
- Ctrl-Alt-F - for loop
- Ctrl-Alt-T - try-catch block
- Ctrl-Alt-W - while loop
##Example
####Before
####After
###More Information