In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:
Line 12811:
export class MessageBox ...
and
Line 122499:
export class MessageBox extends Ext.window.Window implements Ext.window.MessageBoxConfig ..
Only the first definition is visible to VStudio Code 1.1.1 for code completion, the latter with the "confirm" method is not.
I am including only this line:
///<reference path="ext-6.0.2-classic.d.ts"/>
I assume this ts def file is supposed to work stand alone, right ? No other .d.ts files required ?
(Question with later prio: Aliases like "Ext.Msg" are supposed to work) ?
Thanks for looking into this.
In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:
Line 12811:
and
Line 122499:
Only the first definition is visible to VStudio Code 1.1.1 for code completion, the latter with the "confirm" method is not.
I am including only this line:
I assume this ts def file is supposed to work stand alone, right ? No other .d.ts files required ?
(Question with later prio: Aliases like "Ext.Msg" are supposed to work) ?
Thanks for looking into this.