Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to get javascript intellisense in visual studio at this point:-

var obj = Backbone.Model.extend({
------------here i want to get javascript intellisense----
});

if i do something like:-

var obj = Backbone.Model.extend({
myFunction:function(){
-----------here i am getting javascript intellisense -----
}
});

how do i achive it in above scenario. Please Help. Thnaks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900