You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to handle constructors? After reviewing the documentation and open issues here and on stackoverflow, I haven't found anything that indicates that TypeWriter knows about constructors.
Ideally, it would provide the ability to create a typescript constructor that matches the C# one in terms of parameter types and ordering. Right now, I am left to infer the constructor parameters by simply assuming every property is needed in the constructor signature, but this isn't a good long-term solution.
The text was updated successfully, but these errors were encountered:
Thanks for such a useful plugin!
Is there a way to handle constructors? After reviewing the documentation and open issues here and on stackoverflow, I haven't found anything that indicates that TypeWriter knows about constructors.
Ideally, it would provide the ability to create a typescript constructor that matches the C# one in terms of parameter types and ordering. Right now, I am left to infer the constructor parameters by simply assuming every property is needed in the constructor signature, but this isn't a good long-term solution.
The text was updated successfully, but these errors were encountered: