How to highlight dart code in documentation?
已回答
hello, i have this comment
I want to highlight it in the document, is there any way to do it?
请先登录再写评论。
Hi,
It is possible and works e.g. in Kotlin docs. Please investigate how the Kotlin documentation provider works:
https://github.com/JetBrains/intellij-community/blob/master/plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/KotlinDocumentationProvider.kt
Thank you for your answer, this functionality has been implemented