frederiksen / Stateless-Designer

Visual Studio extension to support visual design of stateless state machines. Support for Visual Studio 2012/2013/2015/2017.
https://marketplace.visualstudio.com/items?itemName=mfrederiksen.StatelessDesigner
MIT License
52 stars 17 forks source link

Rename not working #9

Open fgenolini opened 7 years ago

fgenolini commented 7 years ago

Hi,

Thanks for a simple useful extension to Visual Studio.

In Visual Studio 2017, with Stateless Designer 1.4, renaming a stateless file does not result in the class name being renamed. Expected behavior: both XML item and automatically generated C# class name should take the new name after file rename

Example:

Workaround (annoying):

Regards,