Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

add support for angular ts #91

Open ghost opened 4 years ago

ghost commented 4 years ago

In angular if i need to log variable then it should be like console.log('some message' + variableName); but using turbo console log which is amazing tool, its give snippet like this console.log('some message', variableName); it will be awesome if that comma is replaced for '+' in angular support.

PhiLhoSoft commented 3 years ago

I don't see how it is related to Angular, TypeScript, and such. Somehow, you want an option to get the stringified version of the variable instead of its full data.

PrashantSinghGour commented 3 years ago

@PhiLhoSoft @Chakroun-Anas Please code this, it works fine.