xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
328 stars 136 forks source link

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

Open avinashkaltari-bib opened 2 years ago

avinashkaltari-bib commented 2 years ago

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);