马力
- 活动总数 78
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 28
-
创建于 I developed a function to embed prompts, but the name is not displayed in the configuration interface of embedded prompts. Configuration interface address Settings | Editor | Inlay Hints|Code Vision
已回答as the picture shows:Below is the code I used to implement this function class CodeVisionInlay : CodeVisionProvider<Unit>{ companion object { internal const val id: String = "java.inher... -
创建于 Inlay Hints - Support for multiple languages
已回答How to embed hints in all development languages。 java kotlin Below is my code<codeInsight.daemonBoundCodeVisionProvider implementation="com.github.liminany.leanissjetbrainsideextension.inlay.hints1... -
创建于 Inlay Hints not disappearing when code is deleted
已回答After deleting the code block, how to delete the embedded prompt simultaneously? -
创建于 Line Marker Provider not executed
已回答I don’t know why, the code is not executed<codeInsight.lineMarkerProvider language="JAVA" implementationClass="com.leaniss.smartchat.inlay.MyLineMarkerProvider2"/>package com.leaniss.smartchat.inla... -
-