For things like find usages with Swift, does Fleet use the equivalent XCode functionality under the hood?
Context: I have a Swift enum. When I select one of the cases of the enum and Go To Usages I don't see the usages of that enum case. However I know that it is being used, because if I open a file where that enum case is being used and Cmd+Click on it then it brings me to the enum declaration.
This is similar to XCode behavior, but IIRC AppCode did not have this limitation (or did it?)