"Tjalve Morken" wrote:
> I'm new to JScript .NET and just wanted to know which IDE you
> guys are using when programming JScript .NET.
> Normally I'm programming Java (using Eclipse), but also
> sometimes C# (Visual Studio).
> My requirement is simply to have an IDE to easily write JScript
> source code (with intellisense), validate, compile, test and
> debug the code (as a windows application - not a
> web-application).
I don't use JScript .NET, but I write regular JScript (WSH)
scripts occasionally. I use VS IDE for that. It has rudimental
intellisense for JScript and basically not geared towards
standalone development with scripts. But my requirements are
modest, so I manage. VS IDE can debug scripts without any problem,
though.
Alex