主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Ivanov
活动总数
10
最后的活动
2023年04月25日 09:12
成员加入日期
2019年10月15日 11:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
文章(0)
帖子(0)
评论(5)
Roman Ivanov
进行了评论,
2023年04月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
API stable since 2017 is marked as experimental.
0 票
Roman Ivanov
进行了评论,
2022年12月12日 16:44
Hello!It is possible to achieve what you want using flags: val flags = WithAttributesPresentation.AttributesFlags() flags.isDefault = true val errorTextPresentation = WithAttributesPresentatio...
社区
IntelliJ IDEA Open API and Plugin Development
Inlay Hint using WithAttributesPresentation disables OnHoverPresentation
1 票
Roman Ivanov
进行了评论,
2022年05月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating a record from PsiClass/PsiRecordHeader/PsiRecordComponent
0 票
Roman Ivanov
进行了评论,
2021年06月10日 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....
社区
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 票
Roman Ivanov
进行了评论,
2019年10月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Icon rendered in Inlay not transparent
0 票