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
Using the VSCode Rename Symbol feature on nameChange inside the model definition should also rename the event key inside the on definition and in the second argument to model.assign.
The text was updated successfully, but these errors were encountered:
When renaming events on a model (
Rename Symbol
/ F2), VSCode doesn't rename the corresponding event keys in the machine defintion.This would be a nice quality-of-life improvement when using
createModel
.Example
Using the VSCode
Rename Symbol
feature onnameChange
inside the model definition should also rename the event key inside theon
definition and in the second argument tomodel.assign
.The text was updated successfully, but these errors were encountered: