1.6 Add end-of-line comment independent switch for call,new,ref | 增加行末调用,new,引用注释独立开关

This commit is contained in:
林万程
2022-03-01 00:47:19 +08:00
parent 4789827a8b
commit 7843ab2421
7 changed files with 72 additions and 9 deletions

View File

@@ -13,8 +13,8 @@ import com.intellij.psi.*;
import com.intellij.psi.javadoc.PsiDocComment;
import com.intellij.ui.ColoredTreeCellRenderer;
import com.intellij.ui.SimpleTextAttributes;
import io.github.linwancen.plugin.show.doc.DocUtils;
import io.github.linwancen.plugin.show.doc.DocTextUtils;
import io.github.linwancen.plugin.show.doc.DocUtils;
import io.github.linwancen.plugin.show.settings.AppSettingsState;
import org.jetbrains.annotations.Nullable;