Archi Forum

Archi Plug-ins => jArchi => Topic started by: rchevallier on November 13, 2020, 17:39:32 PM

Title: .d.ts for vsCode IDE
Post by: rchevallier on November 13, 2020, 17:39:32 PM
Hi all,

Has anybody tried to create a type definition file in VSCODE for jArchi functions to help type checking in this IDE ?
I've created a 1st version, but which is yet incomplete. I'm happy to share and work collaboratively with anyone interested to create a fully functional one

Title: Re: .d.ts for vsCode IDE
Post by: Phil Beauvoir on November 13, 2020, 21:24:11 PM
Thanks for sharing, Robert.

How does one install this in VS Code?

Phil
Title: Re: .d.ts for vsCode IDE
Post by: rchevallier on November 16, 2020, 14:49:20 PM
I'm a rookie in VsCode and even more in JS, but just having the .d.ts file opened in the editor seems to make the linter take it into account for the current file
Surely a better solution shall exists, but in between, good enough....