Skip to content

Extracts Mudlet Wiki contents and converts them into .lua files that can be used in a workspace to provide autocomplete, popup docs, and hint parameters.

Notifications You must be signed in to change notification settings

Delwing/mudlet-docs

Repository files navigation

Mudlet Docs Extract

The purpose of this project is to extract LUA documentation into .lua files that can be imported into a project (or added to the lib path). This allows the IDE to provide autocomplete, documentation pop-ups, and parameter hints for functions.

VS Code extension

To easily install and configure documentation in VS Code there is an extension available: https://marketplace.visualstudio.com/items?itemName=Delwing.mudlet-scripts-sdk

Manual VS Code configuration

  • Install the Lua language server extension (extension id: sumneko.lua)
  • Download mudlet-docs.zip and extract it.
  • Add extracted directory to settings.json
{
  "Lua.workspace.library": [
    "/path/to/extracted/lua/files/"
  ]
}

Development

To build and run locally execute following command:

./gradlew bootRun

About

Extracts Mudlet Wiki contents and converts them into .lua files that can be used in a workspace to provide autocomplete, popup docs, and hint parameters.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published