Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
LL-123
Total activity
4
Last activity
March 17, 2023 12:27
Member since
March 15, 2023 17:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
March 17, 2023 12:27
Hi again, I solved the issue by using the "getChild()" methods instead. For example these code lines work: String className = event.getChild().getClass().getName(); String className = event.getOl...
Community
IntelliJ IDEA Open API and Plugin Development
Get the class of a PSI element
0 votes
Created
March 16, 2023 14:02
Hi, when a change is made in a project, I want to see what kind of psi element it belongs to. For example if I make a changes to a comment I want retrieve that it was a comment that was edited. I a...
Community
IntelliJ IDEA Open API and Plugin Development
Get the class of a PSI element
0 votes