-
Notifications
You must be signed in to change notification settings - Fork 48
Plugin list
This page serves as a list of user-created plugins for GMEdit.
For instructions on making and installing plugins, see the according page.
You can submit edits to it to add yours here.
A plugin that allows for GMS2 VM compilation and testing from directly inside of GMEdit itself.
A plugin that allows you to view GMS documentation from inside of the editor
A plugin + theme with a variety of quality of life tweaks.
Allows to compile and run GMStudio v1.4 projects in GMEdit.
Some setup is required compared to GMS2-specific plugin.
Various single-purpose plugins for features that are cool for an occasion.
Discord status from GMEdit in discord
A modern-GM replacement for builder using GameMaker's new, documented compilation toolchain, making it more stable and flexible to GM's changes.
Submission format:
---
## Plugin title
![](screenshot URL, if needed)
Description
[Download](link to a ZIP or a repository)
- Smart auto-completion
- Types
- JSDoc tags (incl. additional ones)
- @hint tag (mostly 2.3)
- `vals: $v1 $v2` (template strings)
- #args (pre-2.3 named arguments)
- ??= (for pre-GM2022 optional arguments)
- ?? ?. ?[ (pre-GM2022 null-conditional operators)
- #lambda (pre-2.3 function literals)
- => (2.3+ function shorthands)
- #import (namespaces and aliases)
- v:Type (local variable types)
- #mfunc (macros with arguments)
- #gmcr (coroutines)