Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Roman Ivanov
Total activity
10
Last activity
April 25, 2023 09:12
Member since
October 15, 2019 11:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Articles (0)
Posts (0)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
April 25, 2023 09:12
Hi! Yes, that's the API, which we want to get rid off in the future, but so far it is present because we don't have better alternative for all cases.If you need just to disable/enable hints there i...
Community
IntelliJ IDEA Open API and Plugin Development
API stable since 2017 is marked as experimental.
0 votes
Created
December 12, 2022 16:44
Hello!It is possible to achieve what you want using flags: val flags = WithAttributesPresentation.AttributesFlags() flags.isDefault = true val errorTextPresentation = WithAttributesPresentatio...
Community
IntelliJ IDEA Open API and Plugin Development
Inlay Hint using WithAttributesPresentation disables OnHoverPresentation
1 vote
Created
May 11, 2022 12:07
Unfortunately, there is no way for now to modify records. You may create the whole file with record using `PsiFileFactory` as, for example, it is done in `com.intellij.codeInspection.classCanBeReco...
Community
IntelliJ IDEA Open API and Plugin Development
Creating a record from PsiClass/PsiRecordHeader/PsiRecordComponent
0 votes
Created
June 10, 2021 15:47
Hi! I suppose that you have implemented `LocalInspectionTool`. In this case it works as expected: it works only with files currently opened in the editor and executed after each change of the file....
Community
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 votes
Created
October 15, 2019 11:53
Hello!Yes, it is indeed bug, as we actually didn't use this presentation in our codebase, it wasn't properly tested. I'll do a fix today.As a workaround for now you can create your own IconPresenta...
Community
IntelliJ IDEA Open API and Plugin Development
Icon rendered in Inlay not transparent
0 votes