梁典典

- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
创建于 How 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? //... -
-
创建于 How does Dart rename PsiElement?
已回答Hello, I want to implement an automatic repair function class DartPublicFunctionFix : LocalInspectionTool() { override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElemen... -
创建于 `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 -
创建于 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? -
创建于 java.lang.NoClassDefFoundError
已回答I don't know what's going on, this problem has been bothering me for two days, does anyone know what's going on? I can't find a similar problem in the community -
已编辑于 How to get the type or custom type of a dart value?
已回答Hello, may I ask you to get the type text of the dart expression value. I am making a type hint function here, but it has not been able to get it correctly. The boolean displayed here should be ... -
创建于 holder.registerProblem doesn't work
已回答/** * yaml 版本自动补全 */class AutoVersionTool : LocalInspectionTool() { /// 访问了文件 override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElementVisitor { return YamlEle... -
-
创建于 How to register and use registerProblem in a thread?
已回答overrid fun visitFile(file: PsiFile) { if (!isOnTheFly) return val yamlFileParser: YamlFileParser = YamlFileParser(file, holder) val allPlugins = yamlFileParser.getAllPlugins() println(...