Register

Macro Auto Complete

An Add-on Module for Foundry Virtual Tabletop

Author: tim posney Project: Source Foundry Versions 13.0 to 13.999 (Verified 13.351) Last Updated 1 week, 5 days ago

This package contains art, text, or software code produced using generative AI.

This module makes extensive use of generative AI throughout the codebase.

Context-aware autocompletion for Foundry VTT macro editors (v13). Enhances CodeMirror with intelligent suggestions for Foundry's API, game system data, and macro variables.

There is very little hard coded information in the module, most of the information comes from walking various CONFIG objects and system schemas to work out what should be available.

* The module will walk the systems schema to identify auto completion targets, so should be system agnostic. (Only tested with dnd5e so your mileage may vary).
* The module will walk various foundry.xxxx (e.g. foundry.utils) to identify methods for auto completion.
* The module also uses league of foundry developers fvtt-types to extract rich type information.
* Generally (but not always) the module knows about return types so variables assigned to function call return values will be treated as of the correct type.

Categories

Available Versions

  1. Version 1.0.0

    1 week, 5 days ago
    Foundry Version 13.0 - 13.999 (Verified 13.351) Manifest URL Read Notes