Chakroun-Anas / turbo-console-log

597 stars 141 forks source link

Shift+Alt+D. cannot correctly delete everything printed by Ctrl+Alt+L. #115

Closed moYxb closed 1 year ago

moYxb commented 3 years ago

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.

AnglusWang commented 2 years ago

I also encountered the same problem

liuning0406 commented 2 years ago

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 ï¼› image image image

AnglusWang commented 2 years ago

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 ï¼› image image image

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.

Chakroun-Anas commented 1 year ago

Hello @moYxb ,

Not relevant anymore, tested on version v2.8.0.

Thank you for reporting the issue.