bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Use JSDoc annotations #76

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

JSDoc annotations are being parsed, but not associated with the symbols they describe.

adam-coster commented 1 year ago

Changed JSDoc parsing and add support for consuming JSDocs for function definitions in 4937bba3bc603bc51d69c29864a2dec71ebcf78e

adam-coster commented 1 year ago

Now fully implemented for functions, just like in GameMaker, but also: