Skip to content

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

Notifications You must be signed in to change notification settings

Delwing/mudlet-docs

Repository files navigation

Mudlet Docs Extract

Purpose of this project is to extract LUA documentatio into .lua files that can be imported into project (or added to lib path). That way IDE can autocomplete, popup doc and hint parameters of functions.

VS Code extension

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

Manual VS Code configuration

"Lua.workspace.library": {
        "/path/to/downloaded/lua/files/" : true
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published