马力
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
-
Created 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?
AnsweredMy 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... -
Created ‘com.intellij.codeInsight.codeVisionProvider’Why is this extension point not supported in 2022.2?
Answered‘com.intellij.codeInsight.codeVisionProvider’Why is this extension point not supported in 2022.2?报错如下图所示: -
Created How to use 'bundle' in 'codeInsight.declarativeInlayProvider' configuration?
AnsweredAs shown in the picture, what does ‘bundle’ mean in the configuration and how to use it? -
Created 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
Answeredas 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... -
Created Inlay Hints - Support for multiple languages
AnsweredHow to embed hints in all development languages。 java kotlin Below is my code<codeInsight.daemonBoundCodeVisionProvider implementation="com.github.liminany.leanissjetbrainsideextension.inlay.hints1... -
Created Inlay Hints not disappearing when code is deleted
AnsweredAfter deleting the code block, how to delete the embedded prompt simultaneously? -
Created Line Marker Provider not executed
AnsweredI don’t know why, the code is not executed<codeInsight.lineMarkerProvider language="JAVA" implementationClass="com.leaniss.smartchat.inlay.MyLineMarkerProvider2"/>package com.leaniss.smartchat.inla... -
-