Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.56 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.56 KB

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.