Skip to content
Ivan Reifshneider edited this page Apr 15, 2021 · 4 revisions

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.


Builder

image

A plugin that allows for GMS2 VM compilation and testing from directly inside of GMEdit itself.

GitHub repository


docs

image

A plugin that allows you to view GMS documentation from inside of the editor

GitHub repository


Orpheus

image

A plugin + theme with a variety of quality of life tweaks.

GitLab repository


GMBuild

image

Allows to compile and run GMStudio v1.4 projects in GMEdit.
Some setup is required compared to GMS2-specific plugin.

GitHub repository


YellowAfterlife's mini-plugins

image

Various single-purpose plugins for features that are cool for an occasion.

GitHub organization


GMEdit Discord RPC

image

Discord status from GMEdit in discord

GitHub repository


Submission format:

---

## Plugin title

![](screenshot URL, if needed)

Description

[Download](link to a ZIP or a repository)

Better workflow:

Syntax extensions:

  • `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)

Customization:

User-created:

Other:

Clone this wiki locally