Chakroun-Anas / turbo-console-log

588 stars 140 forks source link

Shortcut is not working for single comma. #202

Closed tanzim077 closed 1 year ago

tanzim077 commented 1 year ago

Without "ctrl + alt+ L" no other shortcut is working when the log message is converted into a single comma.

console.log("🚀 ~ file: annotation.service.js:182 ~ videosId", videosId); // Every shortcut is working here

console.log('🚀 ~ file: annotation.service.js:182 ~ videosId', videosId); // Not working here

Chakroun-Anas commented 1 year ago

Hello @tanzim077 ,

Not relevant anymore, tested with version v2.8.0, thank you for reporting the issue.