Chakroun-Anas / turbo-console-log

597 stars 141 forks source link

Can we separate the Include File name and Line Num? #111

Open Raju opened 3 years ago

Raju commented 3 years ago

Can we have these 2 in separate setting instead of one, sometimes we just need file name or line and having it on separate setting will be a better choice for users to choose. image

And also, an option to add a custom delimiter instead of default ":" for the file and its file name, as in the below image,
image image

And one more thing is to include the file in the console or exclude it. With file in the console, image

Without file in the console, image

Thanks.

PaulMEdwards commented 3 years ago

@Raju can you please put the delimiter request in a separate issue? I personally don't care about that, but definitely do want the line number option separate from file name so that the line number can be disabled for the reason you suggested.

kbsali commented 2 years ago

I also would like to only log filename but not line number (as this is way more likely to change than the filename)

(could be related to #147 & #130)

farhadh commented 1 year ago

Here you are: #192