I'd like to create an extension to editor's status bar in Visual Studio 2022.
By this, I mean line with cursor position and code cleanup
button.
It seems that in previous versions of the IDE, the cursor position was presented in the status bar of the IDE:
There is plenty of information how to work with IDE's status bar, but I cannot find any example how to tackle editor's status bar. Any hint, article, blog post is highly appreciated.