olsh / resharper-structured-logging

An extension for ReSharper and Rider that highlights structured logging templates and contains some useful analyzers
MIT License
141 stars 14 forks source link

Implement log rows hiding #19

Open kursor666 opened 3 years ago

kursor666 commented 3 years ago

Hi!

Can you implement log row hiding, something like this? Naturally, hiding must be optional and works until pointer isn't on this row.

image
kursor666 commented 3 years ago

Just for me, logging is very important thing, but logger rows are clog up eyes and code.

olsh commented 3 years ago

Hi @kursor666

That sounds like a great idea. I'll try to implement it when I have spare time. Thanks 👍🏻

bonyclite commented 3 years ago

Hi @olsh, could u please implement this feature. In general, it will be great because I use logging too and this one is worth to be fixed. Thank you in advance!

olsh commented 3 years ago

I discussed the feature with folks from JetBrains. They said that there is probably no way to implement something like this using R#/Rider SDK.

So, I won't implement it in the near future, sorry.