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
Thank you - we're considering it. The reason we haven't built that so far is because... modifying a model is much much more difficult than creating it. If the developer has made ANY manual changes to the Model:
if we delete the Model and re-create it, they lose all changes;
if we just "add" the changes inside the Model, we risk breaking the Model entirely;
This is a very difficult thing to do reliably. Which is why we've postponed it.
But a lot of people have asked us for it, so we'll probably do it in the future, thanks for the suggestion 🙏
For example, when we create a template program, we implement it using the Delegate pattern.It would be better if developers could just modify it based on an empty program that inherits Delegate.
Feature Request
What's the feature you think DevTools should have?
DevTools is great but can it be used for modifications after the model is created?
How often do you see yourself using this feature, if implemented?
I think we will use it quite often.
The text was updated successfully, but these errors were encountered: