Tell Me My Items
The mod provides a convenient way to export item data, primarily used in conjunction with a VSCode extension.

After installing the mod, the game gains a /tmmiexport command. Executing this command creates a tmmi directory in the game's root folder, where JSON files with complete information about all game items are stored.
To utilize the exported data, you need to configure the VSCode editor extension by specifying the path to the created JSON files in the plugin settings.
To update suggestions in the editor, you need to execute the TMMI: reload command or enable the automatic data loading function.
Currently, the functionality supports zenscript, javascript, and SFML files.