Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andras Ferenczi
Total activity
18
Last activity
September 23, 2022 05:59
Member since
March 08, 2019 13:20
Following
0 users
Followed by
0 users
Votes
11
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2022 05:59
It looks like to me, that FileEditorManagerListener.selectionChanged is triggered when the current file is in focus.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to event for editor focus / unfocus.
0 votes
Created
July 01, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 votes
Created
June 28, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 votes
Created
June 27, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Dart plugin - How to get the fields of an object?
0 votes