We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<idea-plugin version="2"> <name>GsonFormat</name> <description><![CDATA[ <html>quickly to convert a JSON string to an InnerClassEntity class ..<br> <a href="https://github.com/zzz40500/GsonFormat"> openSource</a> </html> ]]> </description> <version>1.5.0</version> <depends>com.intellij.modules.java</depends> <depends>com.intellij.modules.androidstudio</depends> <vendor email="wyh405003836@126.com">zzz40500</vendor> <!-- <idea-version since-build="107.121"/>--> <change-notes><![CDATA[ <p> 1.4.0 <ul> <li>New: Support for autovalue</li> <li>New: Support for lombok</li> <li>New: Support for split generate class</li> </ul> 1.5.0 <ul> <li>fix several bug </li> <li>fix unlock setting window size </li> </p> ]]></change-notes> <actions> <action id="Gsonformat" class="org.gsonformat.intellij.MainAction" text="GsonFormat"> <add-to-group group-id="GenerateGroup" anchor="last"/> <keyboard-shortcut keymap="$default" first-keystroke="alt s"/> </action> </actions> <extensions defaultExtensionNs="com.intellij"/> </idea-plugin>
添加这一行<depends>com.intellij.modules.androidstudio</depends>,注释掉<idea-version since-build="107.121"/>即可。 已验证“Android Studio Giraffe | 2022.3.1 Patch 3”上可用。 GsonFormat.zip
<depends>com.intellij.modules.androidstudio</depends>
<idea-version since-build="107.121"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
添加这一行
<depends>com.intellij.modules.androidstudio</depends>
,注释掉<idea-version since-build="107.121"/>
即可。已验证“Android Studio Giraffe | 2022.3.1 Patch 3”上可用。
GsonFormat.zip
The text was updated successfully, but these errors were encountered: