vscode-javascript icon indicating copy to clipboard operation
vscode-javascript copied to clipboard

Primary cursor on second "object" lietral for console log snippet "clo→"

Open avinashkaltari-bib opened this issue 3 years ago • 0 comments

Hi,

I liked your extension and using it a lot, have a suggestion for the "clo→" snippet: When I use it the following snippet is displayed with multi word edit in VS code. However, I think the primary cursor is on the "object word inside the quotes in console log statement, I suggest to have the primary cursor on the "object" word outside quotes (italisized below) so that we can get inbuilt VS code suggestions when trying to use an existing variable in console log statement.

console.log('object :>> ', object);

avinashkaltari-bib avatar Mar 27 '22 12:03 avinashkaltari-bib