How to write a Unit Test for Quick Documentation?
Answered
Hello!
I have implemented a documentation provider and found this official link on how to test this feature:
https://plugins.jetbrains.com/docs/intellij/documentation-test.html
but sadly the DocumentationManager
class is deprecated and marked for removal. I think this page needs an update.
Is there any other way to test the Quick Documentation?
Thank you in advance!
Please sign in to leave a comment.
Hi,
This is a known API issue. Please use the deprecated API (
com.intellij.codeInsight.documentation.DocumentationManager
) for now.ok. thank you!