Liyue
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Liyue 创建了一个帖子, Can I use the parser module of the scala plug-in project to work in a project that is not an IDE plugin;
I am interested in the [parser module](https://github.com/JetBrains/intellij-scala/tree/idea213.x/scala/scala-impl/src/org/jetbrains/plugins/scala/lang) of the scala plugin and try to use it to de... -
-
Liyue 创建了一个帖子, 已计划Does the bindingContext obtained by TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration contain the type binding information for the java file added in CompilerConfiguration?
I am trying to use KtPsi to parse the kotlin file, but when the method called comes from the java file in the project, I cannot get the binding of java (method parameter and return type), only the ... -
Liyue 创建了一个帖子, 已回答Get the detailed information of the method called in a KtFile
Hi, everyone, I'm trying to use psi to explore the deeper information about method calls in kotlin files. How can I use psi to obtain the detailed information of the method called in a KtFile, suc...