Junjie Wu
Junjie Wu
The jetbrains still not approves it, if you cannot wait, you can try my build (with some additional features): https://github.com/clatisus/intellij-thrift/releases/tag/1.11.2
@ctykwz You should build from source, `intellij-thrift-1.11.0.zip` is a zip containing source codes, you need a zip that contains jars. My approach: ```bash export JAVA_HOME=`/usr/libexec/java_home -v 11` ./gradlew :thrift:buildPlugin ```...
Or you can download my build here: https://github.com/clatisus/intellij-thrift/releases/tag/1.11.2
duplicate with #123
duplicate with #123
@liweilong Are you installing from the `thrift.zip` under `thrift/build/distributions`? I've tried that and I succeeded