Hacker News new | ask | show | jobs
by DCoder 4491 days ago
Be careful with that if you use data-binding in your templates, such as Knockout.js . Visual Studio doesn't know the types of your viewmodels, so those templates are not indexed and not subject to refactoring.
1 comments

Is there no way to specify type of viewmodel somewhere? Ala d:DataContext from resharper?