Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to prevent visual studio from inserting datafld-bind attribute

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...

like image 861
schmidlop Avatar asked Aug 11 '13 04:08

schmidlop


1 Answers

It looks like you can disable Intellisense for knockout altogether, but I don't believe you can modify the suggestions it returns.

like image 161
Jamieson Avatar answered Sep 22 '22 03:09

Jamieson