Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

7 years ago by boomshanka

I was just wondering if it was possible to get intellisense for impactjs using a .ts reference? I already checked the download for impactjs but it does not contain any file with that extension. Obviously I would not expect it to be publicly available, but maybe it could be added to the download for those who own a license?

7 years ago by Joncom

You mean a TypeScript definition file like "d.ts"? I'm not aware of one, but it probably wouldn't be too difficult to make one...

7 years ago by Fravio4

For an IntelliSense extension to be executed, it needs to be added to the current script context. The extension can be automatically added to the script context by the automatic discovery mechanism, or you can add the extension to the script context manually by using reference groups or the reference directive.
Page 1 of 1
« first « previous next › last »