vscode-input-sequence icon indicating copy to clipboard operation
vscode-input-sequence copied to clipboard

Error with Multiple Cursors on a Line with Parentheses

Open bcrotty opened this issue 3 years ago • 0 comments

When I have a line like this: t() | t() | t() And I try to use vscode-input-sequence to insert sequential numbers in the parentheses, it comes out as: t(1) | t2) | 3)

bcrotty avatar Nov 04 '22 20:11 bcrotty