Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Fabian Galinski
Follow
New posts
New posts and comments
Total activity
11
Last activity
February 28, 2018 04:18
Member since
June 25, 2014 17:19
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (3)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
February 28, 2018 04:17
Hi 13nixonf, Thanks for your help, but it didn't worked for me. I just found the solution, how to do such messages: plugin.xml: <localInspection language="MyLanguage" enabledByDefault="true" level=...
Community
IntelliJ IDEA Open API and Plugin Development
"SQL dialect is not configured" Inspection
1 vote
Edited
June 06, 2016 19:19
Hi Peter, thank you very much! The following code worked for me. :) PsiTreeUtil.getContextOfType( completionParameters.getPosition(), XmlAttributeValue.class); Kind regards,Fabian
Community
IntelliJ IDEA Open API and Plugin Development
How to get the parent psi element outside of a language injection
1 vote
Created
June 26, 2014 14:22
Hi Kay,it works! :)Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
How to cache a variable
0 votes