T O P I C R E V I E W |
znakeeye |
Posted - Aug 21 2014 : 03:32:00 AM In WPF it is very common to have a ViewModel for views. This means that there are usually three files that you need to toggle between when working with views:
MyView.xaml MyView.xaml.cs MyViewModel.cs
Since this is an established coding pattern I believe VAX should know about it when I press Alt+O. Currently, it only toggles between MyView.xaml and MyView.xaml.cs.
Thanks. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 21 2014 : 1:33:24 PM We are considering adding a setting to tell VA which extra files to look for, and move between when you press Alt-O:
case=65732
For now, depending on the IDE you are working in, you could use an IDE macro to do this, using the one given here as a start point:
http://docs.wholetomato.com/default.asp?W439 |
|
|