Skip to content

Add support for generating a table for objects, input etc. #35

@atomicptr

Description

@atomicptr

One thing I kinda write a lot are tables for game objects, messages and also things like input options

e.g.

---@enum Input
return {
    MoveUp = "move_up",
    -- ..
}

technically there is nothing stopping us from just generating these through defold.nvim

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions