Created
September 26, 2025 17:43
-
-
Save bartekpacia/d0d3cb9391251d96ea4dbf2570c3a73a to your computer and use it in GitHub Desktop.
adsad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asdads |
Author
bartekpacia
commented
Sep 26, 2025
Author
List all files in GlobalSearchScope of some library:
FileTypeIndex.getFiles(JavaClassFileType.INSTANCE, LibraryScopeCache.getInstance(element.getProject()).myLibrariesOnlyScope).stream()
.map(vf -> vf.getPath())
.filter(name -> name.contains("demo_cucumber"))
.toList()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment