梁典典
- 活动总数 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? //...