Missing line indentation indicator and tooltip in Visual Studio 2022 custom editor extension
I am working on a Visual Studio custom editor extension and I need to update it for VS2022 (it was created for VS2013). In VS2013, when i click on a line, I can see an indentation indicator at the beginning of the line. When hovering over the indicator, a tooltip appears that allows me to align the line or to cleanup the entire document.
(Indicator and Tooltip).
This does not work in VS2022. The only reference to the line format is inside of an ICompletionSource class: