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
Hello, when we create a new Extensibility Tool Window it generates a sample window
It created ToolWindowContent.xaml and a ToolWindowData.cs (which is the ViewModel)
It should be named ToolWindowViewModel and not Data, which doesn't really make sense in a MVVM convention/project...
This is a simple thing, but a repetitive one...
It breaks compatibility/conventions with MVVM extensions and guidelines, so everytime we create a window we have to manually rename it...
Unless I'm missing something and there is a strong reason this was suffixed with Data?
The text was updated successfully, but these errors were encountered:
luislhg
changed the title
Creating a new Tool Window from the template should name the generated ViewModel with 'ViewModel' at the end and not 'Data'
Creating a new Tool Window from the template should name the generated ViewModel with 'ViewModel'
Jun 1, 2024
Hello, when we create a new Extensibility Tool Window it generates a sample window
It created
ToolWindowContent.xaml
and aToolWindowData.cs
(which is the ViewModel)It should be named ToolWindowViewModel and not Data, which doesn't really make sense in a MVVM convention/project...
This is a simple thing, but a repetitive one...
It breaks compatibility/conventions with MVVM extensions and guidelines, so everytime we create a window we have to manually rename it...
Unless I'm missing something and there is a strong reason this was suffixed with Data?
The text was updated successfully, but these errors were encountered: