Is there a way to partial render of documentations in reader mode?

I am developing a plugin and using com.intellij.lang.documentation.

DocumentationProvider#generateRenderedDoc for rendering the documentation. When I open a library file, it opens in reader mode and tries to render all the documentation. I want it to render the documentation as I scroll down. is it possible?

No, lazy rendering is not possible as rendering a part of daemon and highlighting

Doc rendering also changes block heights and thus affects scroll positions

1 Like