Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.16 KB

Thrift Support (fork)

Plugin to support Thrift language in IntelliJ IDEs

IDEA marketplace: https://plugins.jetbrains.com/plugin/19912-thrift-support-fork-

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 of 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

Testing

./gradlew :thrift:test