Plugin to support Thrift language in IntelliJ IDEs
IDEA marketplace: https://plugins.jetbrains.com/plugin/19912-thrift-support-fork-
This is the fork of original plugin developed by @fkorotkov, that was forked for publishing and few fixes as I'm using original plugin for development in different places, but unfortunately it wasn't receiving compatibility updates recently.
There is no guarantee for current fork to stay long, it's possible that it would be discontinued at the moment when development of original plugin would become active again.
JDK 17 or later is required to build from source.
./gradlew :thrift:buildPlugin
./gradlew :thrift:runIde
- General docs about plugin development
- Thrift grammar generated from the BNF grammar using the Grammar-Kit IDEA plugin.
./gradlew :thrift:test