SublimeSelectQuoted
SublimeSelectQuoted copied to clipboard
A Sublime Text 2/3 plugin at add a "Expand Selection to Quoted" command
Hi, How to change the key `ctrl+'` to click for select Quote?
The change in https://github.com/int3h/SublimeSelectQuoted/pull/8 breaks the functionality where a selection that includes the ending quote should expand to include both quotes. The proper fix is to only turn on 'round'...
### Summary I can not run command `select_quoted {"inside": false}`. I get stack trace. ### Expected behavior Successful selection quotes. ### Actual behavior ```python key evt: shift+control+' command: select_quoted {"inside":...
In a cucumber .feature file in Ubuntu, ST3, Pressing Ctrl+' always selects the text between the quotes as well as the quotes themselves. It works in ruby files. However, Ctrl+Shift+'...
when cursor is between the end of text and ending quote without any space ,it will select the ending quote.
Hello, I tried changing the shortcut to something else in my sublime-keymap but it isnt working. { "keys": ["super+shift+r"], "command": "expand_selection", "args": {"to": "quoted"} } Any ideas ? Thank you...
Hi, It seems not working in HTML files if the selection is surrounded by django tag like this : `{% trans "foo" %}` Regards.
In the following, suppose that a `|` is a caret, and `foo [bar] baz` a string where _foo_ is selected. Syntax: JSON, Sublime Text 3 `"foo bar"` Activate _select_quoted_ (I'd...