Some of our developers don't like the commanding in MVVM because there is no support in VS2010 IDE to help you navigate from the Command binding in xaml to the actual code implementing the behavior. With code-behind, you can right-click and select Navigate to Event Handler. We're starting a new project with about 4 developers but we typically divide the work into functional areas, not Ux and business logic so each developer is working in the xaml and the viewmodel/domain to implement the functionality needed.
Do you guys consider this a hindrance to adoption of MVVM?
Do any of the frameworks help in this regard?
Are there any tips/tricks that facilitate that navigation need?
Maybe we should try splitting work between Ux and app logic?
Thanks for any ideas.