Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
1154598
Total activity
8
Last activity
April 26, 2022 02:04
Member since
April 08, 2022 04:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 26, 2022 02:04
Hi Karol, thank you for your help. I have used PsiShortNamesCache.processClassesWithName. PsiShortNamesCache.getInstance(project).processClassesWithName("Exception", p -> { list.add(p.getQualifi...
Community
IntelliJ IDEA Open API and Plugin Development
How to search class with short name or keywords in project?
0 votes
Created
April 08, 2022 10:11
Thank you for your help. And i would provide most details on next time .
Community
IntelliJ IDEA Open API and Plugin Development
How to register PsiFile's filetype?
0 votes
Created
April 08, 2022 09:00
My custom editor is visual editing , and I don't want user to edit content by text code .
Community
IntelliJ IDEA Open API and Plugin Development
How to register PsiFile's filetype?
0 votes
Created
April 08, 2022 07:59
Sorry, My question is wrong. The idea show default TextEditor and CusomerEditor like this when i open custom file . How to show the EntityEditor only ? Thank you .
Community
IntelliJ IDEA Open API and Plugin Development
How to register PsiFile's filetype?
0 votes