Try to edit JScript inside a file .js
no, the jscript.net group never recieved funding to build ide support in
vs.net
-- bruce (sqlwork.com)
> Hello,
> Does anyone know if it it possible to get IntelliSense in JScript.Net (using Visual Studio.Net)? For example if I type "System." or "this.", it
doesn't list the possible classes or methods to complete the line. The code
compiles and runs just fine.
> I see some intellisense for native JScript (such as typing "Math." or "document." in ASP.Net), but nothing for the .Net framework.
>
> Any ideas?
> Mark