jscript/ECMA intellisense and VS200*

I’m currently working in VS2003 and am about to go to VS2005. From what I have read, intellisense should work in .js files. For example from microsoft.com [sub]That’s not the problem, IE was installed first.(Though they are talking InterDev and not VS)[/sub]

In another article MS says that

Fair enough. And key words are colorised but no intellisense (I know some people hate it anyway).

Intellisense does work in .aspx.vb and .aspx files. Just not .js.

Any ideas?

[sub]I want to thank SamStone, Rysto and Chrisk for answering my last jscript - .aspx.vb question. I ended up going the AJAX route. Works great.[/sub]

Submited too soon…

If intellisense for jscipt in VS 2003/05 works for you, would you let me know? I am going to be building a new box in a week or so. My old box will run IIS and the XML web service. The new on will run VS.

I have had some problems over the last few months with software that seems incompatable. I am going to be spliting it up on two different boxes. I don’t want to go on a wild goose chase trying to get intellisense for jScript to work if it’s just not available.

Thanks.

You might want to read this page.

VS2003 does support JavaScript, it’s just that most of the IntelliSense functions are hidden when editing plain .js files because VS doesn’t know what context the JavaScript is going to be used in. As soon as you embed the script inside a HTML page, the full IntelliSense becomes available.

I dunno when you’d ever want to use JavaScript outside the context of a webpage, but I guess MS has its own ideas.

Thanks Reply.

From Reply’s link-

Well that sorta sucks. I’ll have to try it in an HTML file and see if jScript has intellisense available there. I’m doubting it. I think I would have noticed. Can’t test it till Monday.