godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
982 stars 82 forks source link

Docs/jsx code completion #74

Closed lewiji closed 4 years ago

lewiji commented 4 years ago

In response to issue #73, I have made 2 simple QOL changes:

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 :)

Geequlim commented 4 years ago

Thanks!