JScript HDi Intellisense for VS2005

Is there a way to get hdi jscript intellisense into VS2005



Answer this question

JScript HDi Intellisense for VS2005

  • h1

    HD DVD uses "real" ECMA-262 for the most part, but

    • It uses the compact profile (327), which means no eval, Function constructor, or with blocks
    • It doesn't include the optional Annex B functionality (like substr or octal literals)
    • It requires semicolons

    Everything else is host-specific (ie, the Annex Z APIs from the HD DVD spec)

    Unfortunately I don't know of a way to make IntelliSense better in VS... :-(



  • JorgeLaines

    Or even a reference that is specific to HDi's implementation of jscript.


  • JScript HDi Intellisense for VS2005