主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aaron Burk
活动总数
8
最后的活动
2024年06月11日 20:31
成员加入日期
2024年06月03日 14:52
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月11日 20:31
Fair enough … if I did want to declare it as an inlay setting that I could toggle back on if I wanted, what is the standard way of doing that with a declarative inlay?
社区
IntelliJ IDEA Open API and Plugin Development
How do I add extension codeInsight.declarativeInlayProvider
0 票
创建于
2024年06月11日 20:28
I discovered this worked for me since I was using declaritvie Inlay HintsDeclarativeInlayHintsPassFactory.scheduleRecompute(textEditor.getEditor(), project)
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票
创建于
2024年06月05日 18:05
Followup question … although my hints show up now … I can right click them and disable them and then they're gone and I cannot reenable them without either wiring up a whole bunch of inlay settings...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add extension codeInsight.declarativeInlayProvider
0 票
创建于
2024年06月04日 15:18
Actually … I just figured it out. My solution is language agnostic because the lsp handles all of the language specific stuff for me, so I needed to add a InlayHintFactory like so …package com.exam...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add extension codeInsight.declarativeInlayProvider
0 票
已编辑于
2024年06月04日 12:33
I am using a lsp … in my example code I'm hardcoding the return from the lsp but the lsp return should have the line number I need for placement of the inlay hint. I don't think I have to use PSI d...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add extension codeInsight.declarativeInlayProvider
0 票