vscode-input-sequence
vscode-input-sequence copied to clipboard
Error with Multiple Cursors on a Line with Parentheses
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)