sublime-surround icon indicating copy to clipboard operation
sublime-surround copied to clipboard

Sublime-surround is a SublimeText 2 plugin for adding, deleting and modifying text around the cursor or selection.

Results 6 sublime-surround issues
Sort by recently updated
recently updated
newest added

I am not so good with github but this i was meant to be more of a request. Is there anyway to get this plugin to work with the vintageous...

This is a feature request: If a single match-character is selected (e.g. a `{`), it should be used as a match-character, and sublimes build in matching can be used to...

enhancement
needs info

before anything else

If the selection does not start or end in a comment, matches in comments should be ignored. Otherwise look inside comments. Sample code: ``` python import sublime import sublime_plugin #...

enhancement