pitt500 / SwiftAndTipsMacros

A list of Swift Macros to make your coding live on Apple ecosystem simpler and more productive.
MIT License
89 stars 7 forks source link

Single lined variables doesn't show in expanded macro #6

Open EmirhanKarahan opened 2 months ago

EmirhanKarahan commented 2 months ago

Single lined variables doesn't show in expanded macro.

Screenshot 2024-06-25 at 10 05 41

Device Specs: Xcode 15.4 M3 Pro - MacOS Sonoma

pitt500 commented 2 months ago

Hi @EmirhanKarahan,

Interesting catch! For some reason the parser is not recognizing this kind of lined variables 😅

Screenshot 2024-07-03 at 2 13 39 p m

I will try to fix this asap. Thanks for reporting!

Regards, Pitt