Javascript Debugging Feature Request

Tags: ASP.Net, JavaScript

It's very helpful to have the intellisense in the Visual studio 2008 for JavaScript. I thank MS a lot for it. I request if the intellisense can be also provided while debugging in the immediate window.

For example, when I want the details of the Date object, the following intellisense pops up which is awesome.

image

But, when you run the application and try to debug in the immediate window, how do have the intellisense pop out? Have I missed any short cut? The intellisense works for C# or VB.Net in this window but not for JavaScript.

image

No Comments