Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
AmiriMoha
Total activity
20
Last activity
March 07, 2023 17:14
Member since
February 23, 2022 10:32
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
7
Activity overview
Posts (6)
Comments (5)
Sort by votes
Recent activity
Votes
Created
June 27, 2022 15:05
Thank you very much for your efforts! :D
Community
IntelliJ IDEA Open API and Plugin Development
what is the PSI data structure responsible for retrieving static types of a language?
0 votes
Created
June 25, 2022 19:15
your speach is ambiguous, What i simply need is the following: String TestFunc(dynamic param){ return "";}void main(){ var s = TestFunc(4);} the code above is a dart code. i need a way to get the...
Community
IntelliJ IDEA Open API and Plugin Development
what is the PSI data structure responsible for retrieving static types of a language?
0 votes
Created
June 24, 2022 12:58
Thanks to both of you! but i have a question to Alexander Doroshko: do you mean there is nothing similar to the psi statements from java PSI PsiLocalVariable.getType() and PsiReferenceExpression.ge...
Community
IntelliJ IDEA Open API and Plugin Development
what is the PSI data structure responsible for retrieving static types of a language?
0 votes
Created
May 27, 2022 18:22
Thank you! it worked out, but this method creates a new thread everytime i press the action button which is inefficient.. so focus with me for a minute: - I have this Action class which is pinned i...
Community
IntelliJ IDEA Open API and Plugin Development
trigger an action button passively or on certain instigator
0 votes
Created
April 11, 2022 15:04
Thanks you are right.
Community
IntelliJ IDEA Open API and Plugin Development
Action Button enabled and visible when editor on specific file type.
0 votes