vscode-quick-select icon indicating copy to clipboard operation
vscode-quick-select copied to clipboard

Support multiline strings

Open maxrothman opened this issue 3 years ago • 0 comments

Currently this extension is not capable of recognizing multiline quote-delimited strings. For example:

foo='asdf
asdf
asdf'
echo "$foo"

This is a valid bash script. If you place your cursor inside the string and triggering "Select inside either quote", nothing happens.

Multiline strings like this are common in many languages, it would be nice for this extension to support them.

maxrothman avatar Apr 01 '22 16:04 maxrothman