Closed moYxb closed 1 year ago
I also encountered the same problem
This may be because configurations such as single and double quotation marks and semicolons at the end of lines are different from your own formatting configuration ï¼›
This may be because configurations such as single and double quotation marks and semicolons at the end of lines are different from your own formatting configuration ï¼›
I checked this config and it's the same as mine. I suspect that the output is not caused by a variable, because it is the value of the "this" variable used.
Hello @moYxb ,
Not relevant anymore, tested on version v2.8.0
.
Thank you for reporting the issue.
console.log(
🚀 ~ data
, data); It can be deleted normally.console.log(
🚀 ~ this.data
, this.data); This cannot be removed properly by Shift+Alt+D.They're all output by Ctrl+Alt+L.