Timur Yantimirov
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
-
Timur Yantimirov 创建了一个帖子, 已回答CodeInsightTestFixture with kotlin
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 ca...