I am using vs2012 but I had this issue in vs2010 as well. Whenever I attempt to add a data-bind
attribute, intellisense inserts datafld-bind
. Thus I have to go back and edit it every time. I am writing a SPA with knockoutjs and consequently have numerous data-bind
attributes throughout.
Is there anyway to modify/disable this behavior while keeping the rest of intellisense intact?
I've included the knockout tag since anyone doing knockout development in vs is likely to have the same problem...