stitch icon indicating copy to clipboard operation
stitch copied to clipboard

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.

Results 25 stitch issues
Sort by recently updated
recently updated
newest added

I tend to use enums as shorthand for alarm numbers to skip having to memorize them, and it would be useful to be able to hover over the enum member...

✨ feature
:keyboard: vscode
:deciduous_tree: parser

The asset tree now allows deletion of individual assets and empty folders, but it should allow for batch-deletion: - Allow deletion of folders that contain assets, by first deleting all...

✨ feature
:keyboard: vscode

Now that we have pretty good type support, function arguments should be tested against the function's parameter types. Diagnostics should be emitted as warnings until we're confident in their accuracy.

✨ feature
:deciduous_tree: parser

Using Stitch in VS Code and pressing the F2 to rename shortcut on a resource does not open the text prompt to rename the resource. 1. Open your GameMaker project...