CodeInsightTestFixture with kotlin Follow
I need to get psiFile from kotlin code in my project. I'm using:
val psiFile = myFixture.configureByFile(file)
file - path to file with kotlin code
But that method gives me psiFile of .txt
How i can get psiFile with .kt?
Please sign in to leave a comment.
Do you have Kotlin set in dependencies both in the Gradle configuration file and plugin.xml?
in build.gradle i have:
Also i have that in plugin.xml
Could you please link your full plugin's sources?