Developing plugin for IJ Gateway

Hello everyone,

do we have any resource explain how to make the plugin compatible with Intellij Gateway (or better the client?)

Which are the main feature not available?

My current job we are switching to devpods and remote development using IJ Gateway and I still want to use my plugin for Gitlab.

Regards,

Mirko

Just for info, I have these dependencies:

  • com.intellij.platform.images
  • com.intellij.modules.tasks
  • com.intellij.modules.platform
  • org.jetbrains.plugins.yaml
  • org.intellij.plugins.markdown
  • Git4Idea

and configuring these are optional:

  • org.jetbrains.plugins.yaml
  • org.intellij.plugins.markdown
  • Git4Idea

allow to be installed on IJ Client, but everything looks fine and everything works.

Check out this topic

1 Like