pondyrvenky
pondyrvenky
Thanks, But the real issue is Purple is not shown in suggestions, if you remove '=Purple.color' and start re-typing Purple, the suggestions will be displayed without word 'Purple'. Note: please...
Thanks again, But still i am not able to get the suggestions for words exported in another typescript file. let s1 = `export class Purple {\n\tpublic static color=55;\n}\n`; let s2...
Thanks much, this works as expected. But do we need to take declare approach, why not export is work directly. The file that needs the export items as part of...