Liyue
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 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... -
创建于 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 ... -
已编辑于 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...