马力
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
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... -
-