Skip to content

cross-language-cpp/djinni-intellij-plugin

Repository files navigation

djinni-intellij-plugin

Build Version Downloads

➡️ 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.

Installation

  • 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...

Plugin development

If you want to make changes to the plugin, read the Developer Guide


Plugin based on the IntelliJ Platform Plugin Template.