Open Narshe1412 opened 5 years ago
+1 for this. Would be super useful to add the log points instead of a console.log message, this way I would not have to remove the line from the code manually.
+1 indeed, I'm using log points more and more and would love to this this integrated.
I love this extension but I've found out that I often make commits with console.logs still plaguing my code, annoying all your colleagues. I understand that there's a keybind to do this automatically but it only does per file, and have also the disadvantage that it's not automatic on push/commit (and other non-git repo workflows)
There's a VSCODE that solves the console.log issue by using what they call log-points (https://code.visualstudio.com/blogs/2018/07/12/introducing-logpoints-and-auto-attach) the only problem is that they're annoying to create as it breaks your keyboard workflow when coding.
I would love if this can be added as an option when creating the TCL console.logs instead of the regular console.log line.