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

 

0

You can use regular PsiElement methods like `addBefore()`.

0

OK, thanks. Let me try.

0

请先登录再写评论。