Fudge
11/18/2019, 7:56 PMkotlin-compiler
package to parse the Kotlin files, perform PSI renaming transformations, and then write the transformed PSI as text. However, when I try to use the PSI add
and replace
methods, I get the following error:
java.lang.IllegalArgumentException: Missing extension point: com.intellij.treeCopyHandler in area null
Is this the right way of going about this? If it is, how do I resolve this error?raulraja
11/18/2019, 9:07 PMraulraja
11/18/2019, 9:08 PMFudge
11/18/2019, 10:26 PMraulraja
11/21/2019, 6:34 PMraulraja
11/21/2019, 6:34 PM