/intellij-thrift

Primary LanguageJavaApache License 2.0Apache-2.0

Thrift Support (fork)

Plugin to support Thrift language in IntelliJ

Why 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 for original plugin would become active again.

How to build

JDK 17 or later is required to build from source.

./gradlew :thrift:buildPlugin

How to run locally with new changes

./gradlew :thrift:runIde

Development