vscode-wrap-console-log icon indicating copy to clipboard operation
vscode-wrap-console-log copied to clipboard

Log variable or statement from line above

Open wesbos opened this issue 3 years ago • 0 comments

Hello! Would love if this extension could also log variables from line above:

const age= 100;
|

Then press a shortcut and it will create

const age= 100;
console.log(age);

Is this possible?

wesbos avatar Feb 07 '23 14:02 wesbos