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

Please sign in to leave a comment.
You can use regular PsiElement methods like `addBefore()`.
OK, thanks. Let me try.