Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sujay
Total activity
7
Last activity
October 15, 2024 18:04
Member since
September 27, 2024 22:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
October 14, 2024 19:11
I am creating ProblemDescriptors as such: val problemDescriptor = inspectionManager.createProblemDescriptor(file, range, message, problemType, false, MyQuickFix())By tooltip, I just mean the toolti...
Community
IntelliJ IDEA Open API and Plugin Development
How to use "Group by Inspection" for problems that are created by an annotation?
0 votes
Created
October 15, 2024 18:04
I've solved this issue by creating a ProblemDescriptor with ProblemDescriptorBase constructor and overriding just the getTooltipTemplate function.
Community
IntelliJ IDEA Open API and Plugin Development
How to use "Group by Inspection" for problems that are created by an annotation?
0 votes
Edited
October 15, 2024 14:30
Sorry, its not that I want to have a tooltip for the Problems window. I want to have the text of the Problem in the problems window be different from the text in the problem's hover tooltip. In thi...
Community
IntelliJ IDEA Open API and Plugin Development
How to use "Group by Inspection" for problems that are created by an annotation?
0 votes