A plugin for GMEdit that shows the same hints for functions that you would get when using Feather in the GameMaker IDE
- Create a folder named "feather-hints" in
%appdata%/AceGM/GMEdit/plugins
on Windows, or/Users/<username>/Library/Application Support/AceGM/GMEdit/plugins
on Mac OS - Place the
main.js
, config.jsonand
tooltip.css` files into this new folder - Launch GMEdit
- Hover over an inbuilt function to check if it's running
Would be nice to have hints for inbuilt constants, variables, structs, and enums but I can't do that easily down to how GMEdit works. I'll work it out at some point.