How to add comments above code blocks
已回答
How to add comments above code blocks.As shown in the picture, add content at the head of the code block

请先登录再写评论。
You can use regular PsiElement methods like `addBefore()`.
OK, thanks. Let me try.