Skip to content

cross-language-cpp/djinni-intellij-plugin

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.