Hi everyone, I don't where to ask intelliJ Psi related questions. So I will post here or someone can guide me
I have a code analyzer which uses the intellij psi apis and uast apis,
How can I make intelliJ psi apis or uast apis download the dependecies for the project on which I am running my code analysis because if try to get some information of 3rd party classes then the Psi apis gives me
class non existent error