梁典典

- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
创建于 methods are not found in SimplePsiImplUtil
已回答I am learning a custom language tutorial and have encountered a problem this is gen code, How should I solve this problem?//WARNING: getKey(...) is skipped //matching getKey(SimpleProperty, ...) //... -
创建于 How to navigate PsiElement in dart documents?
已回答MarkdownElementTypes.SHORT_REFERENCE_LINK -> { if (node.text.startsWith("[") && node.text.endsWith("]")) { val r = node.text.removeSuffix("]").removePrefix("[") DocumentationMan... -
已编辑于 InlayHintsProvider is not aligned
已回答Hi, I added clickable text to Psielement using the Inlay Hints Provider, but it wasn't aligned. Does anyone know what the problem is? There is no alignment here, which is incorrect This is corre... -
创建于 [Dart] How to refresh the LineMarkerProvider icon through code
已回答Hi, When a user selects'Collect plugin' in the operation menu, data will be saved in sqlite. How can I update the icon on the left to display it through code? my code class PluginDartIconLin... -
创建于 How does the Markdown editor hide the toolbar?
已回答1. I created a markdown editor, but when I click the toolbar icon, there is no response. I don't know what happened. If anyone knows, please tell me what to do? 2. I tried to find the relevant... -
创建于 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?