Is there a way I can run IntelliJ from `master` wi...
# kontributors
r
Is there a way I can run IntelliJ from
master
with the Kotlin FIR plugin? I'd like to investigate and maybe PR a completion issue I'm having (on the old FE, but there's not much point in fixing it there)
i
Hi Ryan! FIR Plugin is under active development now, and a lot of things may not work as expected. Here is the instruction how to build the FIR IDE from sources locally. Note, that the branch you need in
intellij
project is
kt-212-master
, not
master
Some useful links for you: • FIR IDE plugin completion sourcesFIR IDE plugin completion testsAnalysis API (API to analyse Kotlin code) documentation I will be happy to help, If you have any questions 🙂