Is there any syntax checker for knockout.js?
        Posted  
        
            by 
                YMC
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by YMC
        
        
        
        Published on 2012-07-04T00:30:41Z
        Indexed on 
            2012/07/05
            3:16 UTC
        
        
        Read the original article
        Hit count: 536
        
visual-studio-2010
|knockout.js
I like knockout.js, the only problem is Visual Studio knows nothing about this framework, so it does not prevent me from silly things like assigning some value to observable property with '=' operator which makes it regular property, and it's not easy to reveal at compile time and often at runtime even. I wonder is there any syntax checker/highlighter for Visual Studio 2010 that helps me prevent faults like this? What about VS 2011? It might be a great help for developers who are new to knockout. Thanks
© Stack Overflow or respective owner