Open KotlinIsland opened 3 years ago
No idea actually, but I tested on 2021.1 because I noticed imports were broken.
Or maybe I didn't import it or something lol. I can have another look at this later.
@lte2000 Yeah, I didn't import it sorry. I've fixed that up.
report error: "Cannot resolve method 'findByQualifiedName(com.intellij.psi.util.QualifiedName, com.intellij.openapi.project.Project, com.intellij.psi.search.GlobalSearchScope)'"
There is no method findByQualifiedName in class PyModuleNameIndex of old version.
Ok, so can you update your sdk, or build a seperate 2021.1 jar?
@lte2000 Wanna take another look at this?
@KotlinIsland
When build, I got error: Cannot resolve method 'findByQualifiedName(?, com.intellij.openapi.project.Project, com.intellij.psi.search.GlobalSearchScope)' Cannot resolve symbol 'QualifiedName'
I'm using SDK 191.8026.42. Pycharm 2019.1.3.
Is this method in new SDK only?