Rob Hurkes
08/23/2023, 4:10 PMresolve
. I would like to get that function and insert it as text/code in the generated file.
So far the only way I've been able to do this is to read the enum file and regex out the function which seems totally wrong 😆glureau
08/23/2023, 4:16 PMresolve
signature (as far as I know).Rob Hurkes
08/23/2023, 4:18 PMKSFunctionDeclaration
. Is this a use case for PSI?Mike Dawson
08/23/2023, 6:30 PM