I'm coming from Visual Studio. It has a feature that I quite heavily use - custom visualizers for data.
As described in here, there is a visualizer that allows you to see bitmaps stored in Bitmap type variables right in the debugging session.
Is there something like this in Rider? Or do I have to use Interactive Session to save the bitmap to disk every time?