梁典典

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
Created methods are not found in SimplePsiImplUtil
AnsweredI 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, ...) //... -
Created How to navigate PsiElement in dart documents?
AnsweredMarkdownElementTypes.SHORT_REFERENCE_LINK -> { if (node.text.startsWith("[") && node.text.endsWith("]")) { val r = node.text.removeSuffix("]").removePrefix("[") DocumentationMan... -
Edited InlayHintsProvider is not aligned
AnsweredHi, 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... -
Created [Dart] How to refresh the LineMarkerProvider icon through code
AnsweredHi, 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... -
Created How does the Markdown editor hide the toolbar?
Answered1. 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... -
Created How to create Dart PsiCommentImpl through text?
AnsweredI 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 How does Dart rename PsiElement?
AnsweredHello, I want to implement an automatic repair function class DartPublicFunctionFix : LocalInspectionTool() { override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElemen... -
Created `PsiElement?.reference?.resolve` always returns null
AnsweredWhen i move the mouse pointer to the init function focus, the value is null, i try other also null -
Created How to highlight dart code in documentation?
Answeredhello, i have this comment I want to highlight it in the document, is there any way to do it?