AmiriMoha
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
AmiriMoha 创建了一个帖子, 已回答use a native dart library (package) inside a plugin for dart.
I need to use the (analyzer) dart package to analyze dart code and extract dart variables static types to use in a plugin that i'm developing. i tried to use dart analysis server API, but the serve... -
AmiriMoha 进行了评论, -
-
-
AmiriMoha 创建了一个帖子, 已回答what is the PSI data structure responsible for retrieving static types of a language?
i need to know how intellij idea features like (quick documentation) reach the static types of a language local variables and methods parameters. examples: this is a java local variable and this... -
-
AmiriMoha 创建了一个帖子, 已回答trigger an action button passively or on certain instigator
i have a plugin that does an action through a button click event, if i want to trigger the same action through multiple instigators, is it possible? for example if i want to trigger the action ever... -
AmiriMoha 进行了评论, -
AmiriMoha 创建了一个帖子, 已回答Action Button enabled and visible when editor on specific file type.
i'm trying to make an action button only visible and enabled on "Dart programming language" files only. and this is my update method: @Overridepublic void update(@NotNull AnActionEvent e) { PsiF... -
AmiriMoha 创建了一个帖子, 已回答Jetbrains products inlay hints
i'm planning on developing a plugin that does an inlay hints just like java in intellij idea or c# in rider but for other language, and i want to see how jetbrains developers implemented the hints ...