AmiriMoha
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
已编辑于 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 ... -
创建于 intellij plugin development and build.gradle and plugin.xml
已回答i'm learning intellij plugin development but i can't grasp the REAL different between build.gradle and plugin.xml files for intellij plugin development.. like what are the differences between their...