vscode-javascript
vscode-javascript copied to clipboard
Primary cursor on second "object" lietral for console log snippet "clo→"
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);