VisualStudio Extension API: Acquire region info

  • Thread starter Thread starter bernhardgh
  • Start date Start date
B

bernhardgh

Guest
I am developing a Visual Studio Extension that registers shortcuts for scrolling and moving the caret. When the caret is moved up or down onto a collapsed region, it needs to skip over any collapsed sections.


Is there a way to acquire info about the collapsed regions so that I could make the code to skip over the collapsed lines? The Microsoft.VisualStudio.TextManager.Interop.IVsTextView interface does not seem to provide access to this kind of info.

Continue reading...
 
Back
Top