梁典典

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
梁典典 created a post, AnsweredHow to create Dart PsiCommentImpl through text?
I want to complete the function of automatically generating a Dart document comment, but I don't know how to generate a PsiCommentImpl from a text. Is there an API that can create a PsiElement? //... -
-
-
梁典典 created a post, -
梁典典 commented, -
梁典典 created a post, AnsweredHow does Dart rename PsiElement?
Hello, I want to implement an automatic repair function class DartPublicFunctionFix : LocalInspectionTool() { override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElemen... -
梁典典 commented, -
梁典典 created a post, Answered`PsiElement?.reference?.resolve` always returns null
When i move the mouse pointer to the init function focus, the value is null, i try other also null -
-
梁典典 created a post, AnsweredHow 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?