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 e525ac3 commit 2bbaae0Copy full SHA for 2bbaae0
swan-assist/build.gradle
@@ -35,6 +35,8 @@ patchPluginXml {
35
"<br>- suggest methods" +
36
"<br>- filter list" +
37
"<br>- import and export configuration file"
38
+ sinceBuild = "221.*"
39
+ untilBuild = "222.*"
40
}
41
42
runIde {
swan-assist/src/main/resources/META-INF/plugin.xml
@@ -17,7 +17,6 @@
17
<depends>com.intellij.modules.java</depends>
18
19
20
- <idea-version since-build="213" until-build="222.*"/>
21
22
<extensions defaultExtensionNs="com.intellij">
23
<codeInsight.lineMarkerProvider language="JAVA"
0 commit comments