主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andras Ferenczi
活动总数
18
最后的活动
2022年09月23日 05:59
成员加入日期
2019年03月08日 13:20
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
2
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2022年09月23日 05:59
It looks like to me, that FileEditorManagerListener.selectionChanged is triggered when the current file is in focus.
社区
IntelliJ IDEA Open API and Plugin Development
Listen to event for editor focus / unfocus.
0 票
创建于
2019年07月01日 18:46
Hi Alexander, Thank you for the detailed description. It's a pity I had to find out about the mentioned features by trial and error. Your comment clears things up in general, so I'm glad you took t...
社区
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 票
创建于
2019年06月28日 19:33
Yes, thank you, DartAnalysisServerService seems to be the way. I could get the classname of the referenced variable throught the server, but I still have a long way to go to list the variables.
社区
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 票
创建于
2019年06月27日 18:07
I keep finding new ways that do not work for finding the members (but first finding the class) of the given selected PsiElement. I can only resolve to the declaration. PsiTreeUtil.getParentOfType...
社区
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 票