➡️ Documentation: djinni.xlcpp.dev
Adds basic navigation, code-completion and error highlighting support for .djinni
IDL files.
Djinni is a tool for generating cross-language type declarations and interface bindings. It's designed to connect C++ with either Java or Objective-C.
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "djinni-intellij-plugin" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
If you want to make changes to the plugin, read the Developer Guide
Plugin based on the IntelliJ Platform Plugin Template.