| My apps | https://apps.apple.com/us/developer/geoff-hackworth/id463855590 |
| Website | https://hacknicity.com |
| Medium articles | http://medium.com/@hacknicity |
| My apps | https://apps.apple.com/us/developer/geoff-hackworth/id463855590 |
| Website | https://hacknicity.com |
| Medium articles | http://medium.com/@hacknicity |
@heyjaywilson Thanks. I hope you will find it useful. The search algorithm is based on token prefixes so it doesn’t find spurious matches just because a sequence of characters appears in the middle of a symbol name. It’s hard to explain, but I wrote about the algorithm: https://hacknicity.medium.com/a-simple-smart-search-algorithm-for-ios-in-swift-65f71b2f221a
Oh, and there is a preference for the format of copied names. It defaults to the usual string but you can choose SFSafeSymbols to copy type-safe names in that format (with or without a leading period)