Sublime Forum

Removing quotes from selection

#1

I’ve trying to find this answer online, no luck :frowning:
Q:
If I make a selection which already wrapped with quotes, how do I remove them?
Example:
code…“some_quoted_selection”
How to remove quotes from this selection.

P.S.
I already familiar with BracketHighliter on how to select text within quotes.

Thank you

0 Likes

#2

You could use the beta branch of BracketHighlighter here: github.com/facelessuser/Bracket … r/tree/BH2

There is a new command for removing brackets on the beta branch. You have to define your own shortcuts (I provide an example file), or you can access the command via the command palette or the menu.

0 Likes