Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tobias Olsson
Total activity
4
Last activity
January 10, 2017 00:07
Member since
January 02, 2017 16:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
January 10, 2017 00:07
While the question above IS still interesting, I solved it in a imho better way by getting the module of the class being enhanced and looking through that's GlobalSearchScope, and then using the pr...
Community
IntelliJ IDEA Open API and Plugin Development
Getting VirtualFile for an _inner_ class in a library dependency
0 votes
Created
January 09, 2017 21:54
Thanks! That did it! Basically just use projectIndex instead of module to get the 3rd party dependencies. I.e. ProjectFileIndex.getInstance(psiClass.getProject()) .getClassRootForFi...
Community
IntelliJ IDEA Open API and Plugin Development
Getting VirtualFile for an _inner_ class in a library dependency
0 votes