Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

[Feature request] Ability to also log typeof #116

Open Ivo-Evans opened 3 years ago

Ivo-Evans commented 3 years ago

Hi, I'm a great fan of this extension! I use it almost every day. I think it would be really useful if there was a setting that caused ctrl+alt+L log the typeof, so .e.g ctrl+alt+L on myVar would create

console.log("🚀 ~ myVar", typeof myVar, myVar)

leading to the message

🚀 ~ myVar string hello world