For things like find usages with Swift, does Fleet...
# fleet
c
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?)
y
Hi, Kiran. Find usages functionality should work for Swift enum. If you can create a ticket and/or provide your project example we will take a look. For me it works like this:
👍🏽 1
c
Thanks. So I guess this has something to do with my project. I probably have something misconfigured. I'll dig a bit.