We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2837954 commit f72e205Copy full SHA for f72e205
2 files changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'cn.gudqs7.idea.plugins'
7
-version '1.2.1'
+version '1.2.2'
8
9
repositories {
10
mavenCentral()
parts/changeNotes.html
@@ -1,6 +1,11 @@
1
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
2
3
<pre>
+<strong>Release v1.2.2</strong>
+ 1.fix: 修复 SearchEverywhere 的 ApiNavigationItem toString 方法未在 readAction 内读取了 Psi 树导致的报错
+
+ English:
+ 1.fix: Fix the error that SearchEverywhere's ApiNavigationItem toString method does not read the Psi tree in readAction
<strong>Release v1.2.1</strong>
1.perf: Search Api 时凸显接口注释(往前移)
11
0 commit comments