Skip to content

Instantly share code, notes, and snippets.

@rahul-lohra
Created July 18, 2020 14:15
Show Gist options
  • Save rahul-lohra/1f61b908221d00fa21a14cc5932bc5ee to your computer and use it in GitHub Desktop.
Save rahul-lohra/1f61b908221d00fa21a14cc5932bc5ee to your computer and use it in GitHub Desktop.
Register your toolwindow
</idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<toolWindow
id="Gql Format" anchor="right" factoryClass="com.rahul.gqlformat.MyToolWindow">
</toolWindow>
</extensions>
</idea-plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment