Stylianos Gakis
10/15/2024, 8:19 AMscope
inside IJ to try and exclude something like all files that are in a directory named /generated/
perhaps, but I can't seem to get it to work.
And since they are considered normal project files, excluding non-project files won't filter those out either.mbonnin
10/15/2024, 8:32 AMmbonnin
10/15/2024, 8:32 AMsrc/main/kotlin
or so)mbonnin
10/15/2024, 8:34 AMbod
10/15/2024, 8:39 AM!file:*/build//*
not working for me 😞 - this has to be a bug! It looks like generated sources are added to the scope no matter what.Stylianos Gakis
10/15/2024, 9:09 AMStylianos Gakis
10/15/2024, 9:11 AMwasyl
10/15/2024, 9:49 AMrename refactoring
taking minutes 😠Stylianos Gakis
10/15/2024, 9:59 AMbod
10/15/2024, 10:10 AMbod
10/15/2024, 10:11 AMbod
10/15/2024, 2:44 PMapp/src/main
and clicked on kotlin
and "Include recursively". Can also include graphql
and res
Of course, this is tedious if you have many modules I guess you need to do that for eachStylianos Gakis
10/15/2024, 4:08 PM