You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,23 @@
18
18
<p>This plugin reduces clutter in code completion dropdowns and improves auto-complete relevance when working with Kotlin data classes in Java code.</p>
19
19
<h2>Features</h2>
20
20
<ul>
21
-
<li>Hides generated <code>componentN()</code> functions in Java code completion for Kotlin data classes</li>
22
-
<li>Improves auto-complete suggestions for mixed Java-Kotlin projects</li>
23
-
<li>Streamlines the development process for Java developers working with Kotlin by providing cleaner completion results</li>
21
+
<li>Hides generated <code>componentN()</code> functions in Java code completion for Kotlin data classes</li>
22
+
<li>Improves auto-complete suggestions for mixed Java-Kotlin projects</li>
23
+
<li>Streamlines the development process for Java developers working with Kotlin by providing cleaner completion results</li>
24
24
</ul>
25
25
]]></description>
26
26
27
+
<change-notes><![CDATA[
28
+
<p>v1.0.1 (2024-09-29):</p>
29
+
<ul>
30
+
<li>Support for 2024.3</li>
31
+
</ul>
32
+
<p>v1.0 (2024-09-07):</p>
33
+
<ul>
34
+
<li>Initial release</li>
35
+
</ul>
36
+
]]></change-notes>
37
+
27
38
<!-- Product and plugin compatibility requirements.
0 commit comments