Liyue

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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... -
Created Does the bindingContext obtained by TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration contain the type binding information for the java file added in CompilerConfiguration?
PlannedI 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 ... -
Edited Get the detailed information of the method called in a KtFile
AnsweredHi, 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...