vscode-wrap-console-log
vscode-wrap-console-log copied to clipboard
Log variable or statement from line above
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?