马力
- 活动总数 78
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 28
-
-
创建于 When a higher version of the plug-in is installed into a lower version of 'IDEA', what should be done so that the original functions of the plug-in are not affected?
已回答My plug-in has added a new function that only adapts to the higher version of 'IntelliJ IDEA'. When I install the plug-in with new functions into the lower version of 'IntelliJ IDEA', the previousl... -
创建于 ‘com.intellij.codeInsight.codeVisionProvider’Why is this extension point not supported in 2022.2?
已回答‘com.intellij.codeInsight.codeVisionProvider’Why is this extension point not supported in 2022.2?报错如下图所示: -
创建于 How to use 'bundle' in 'codeInsight.declarativeInlayProvider' configuration?
已回答As shown in the picture, what does ‘bundle’ mean in the configuration and how to use it? -
创建于 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... -
-