In response to issue #73, I have made 2 simple QOL changes:
updated the README with some simple pointers on how to get JSX code completion working in the TypeScript section.
updated misc/package.json to include "types": "godot.d.ts" by default so that JSX completion should work immediately when generating a TypeScript project from the editor.
I think it might also be nice to be able to generate the decorators.ts/js file separately alongside the existing options to generate the declaration file and enumerations file separately, in case someone didn't want to generate a full TypeScript project but did want to use the decorators. However my C++ is very rusty and my attempt at this didn't get very far, apologies :)
In response to issue #73, I have made 2 simple QOL changes:
README
with some simple pointers on how to get JSX code completion working in the TypeScript section.misc/package.json
to include"types": "godot.d.ts"
by default so that JSX completion should work immediately when generating a TypeScript project from the editor.I think it might also be nice to be able to generate the
decorators.ts/js
file separately alongside the existing options to generate the declaration file and enumerations file separately, in case someone didn't want to generate a full TypeScript project but did want to use the decorators. However my C++ is very rusty and my attempt at this didn't get very far, apologies :)