Visual Studio extension - add button to editor's status bar

Viewed 48

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.
Editor status bar

It seems that in previous versions of the IDE, the cursor position was presented in the status bar of the IDE:
enter image description here

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.

0 Answers
Related