We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9245f commit 14f9b88Copy full SHA for 14f9b88
src/main/kotlin/org/tabooproject/development/inlay/LangFileUsageLineMarker.kt
@@ -41,6 +41,7 @@ class LangFileUsageLineMarker : RelatedItemLineMarkerProvider() {
41
// 未使用的键,显示警告图标
42
val builder = NavigationGutterIconBuilder
43
.create(AllIcons.General.InspectionsEye)
44
+ .setTargets(emptyList<PsiElement>())
45
.setTooltipText("语言键 '$langKey' 未被使用")
46
.setPopupTitle("未使用的语言键")
47
.setEmptyPopupText("此语言键在项目中未被使用")
0 commit comments