Skip to content

Instantly share code, notes, and snippets.

@rahul-lohra
Last active July 18, 2020 13:09
Show Gist options
  • Save rahul-lohra/112ab9e9fec1d858f676226579fa9d44 to your computer and use it in GitHub Desktop.
Save rahul-lohra/112ab9e9fec1d858f676226579fa9d44 to your computer and use it in GitHub Desktop.
Plugin development
<idea-plugin>
<id>com.awesome.formatter</id> <!--Enter your package, it should be unique-->
<name>Awesome GQL Formatter</name>
<vendor email="tgunix@gmail.com" url="http://www.rahullohra.com">RahulLohra</vendor>
<description><![CDATA[
Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum.<br>
Lorem ipsum
]]></description>
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
</extensions>
<actions>
<!-- Add your actions here -->
</actions>
</idea-plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment