{"id":17595288,"url":"https://github.com/ketho/vscode-wow-api","last_synced_at":"2026-01-25T23:19:27.760Z","repository":{"id":37705411,"uuid":"262776411","full_name":"Ketho/vscode-wow-api","owner":"Ketho","description":"VS Code extension for World of Warcraft AddOns","archived":false,"fork":false,"pushed_at":"2024-10-29T12:15:56.000Z","size":28610,"stargazers_count":150,"open_issues_count":10,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-29T14:38:45.500Z","etag":null,"topics":["vscode-extension","world-of-warcraft"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ketho.wow-api","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ketho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Ketho"}},"created_at":"2020-05-10T11:54:47.000Z","updated_at":"2024-10-29T12:16:00.000Z","dependencies_parsed_at":"2024-01-04T00:51:01.663Z","dependency_job_id":"c15a8a38-65c9-4ff0-a96b-c6f5a60f4778","html_url":"https://github.com/Ketho/vscode-wow-api","commit_stats":null,"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketho%2Fvscode-wow-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketho%2Fvscode-wow-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketho%2Fvscode-wow-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketho%2Fvscode-wow-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ketho","download_url":"https://codeload.github.com/Ketho/vscode-wow-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode-extension","world-of-warcraft"],"created_at":"2024-10-22T07:44:15.938Z","updated_at":"2026-01-25T23:19:27.752Z","avatar_url":"https://github.com/Ketho.png","language":"TypeScript","readme":"## WoW API for VS Code\n[![](https://img.shields.io/github/license/Ketho/vscode-wow-api)](https://opensource.org/licenses/MIT)\n[![](https://img.shields.io/github/v/release/Ketho/vscode-wow-api)](https://github.com/Ketho/vscode-wow-api/releases)\n[![](https://img.shields.io/badge/mainline-11.2.0-yellow)](https://github.com/Ketho/BlizzardInterfaceResources/tree/11.2.0)\n[![](https://img.shields.io/badge/mists-5.5.0-yellow)](https://github.com/Ketho/BlizzardInterfaceResources/tree/5.5.0)\n[![](https://img.shields.io/badge/vanilla-1.15.7-yellow)](https://github.com/Ketho/BlizzardInterfaceResources/tree/1.15.7)\n\nAdds IntelliSense features for World of Warcraft API to VS Code. This is a third party extension for [LuaLS](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) with [annotations](https://luals.github.io/wiki/annotations/).\n\n## Instructions\n* The extension will automatically load when opening an addon folder with a [.toc](https://warcraft.wiki.gg/wiki/TOC_format) file.\n* Alternatively the `Activate WoW API extension` command manually enables it.\n\n![](img/readme/activate.png)\n\n## Features\n#### API\n* Includes the WoW Lua 5.1 environment\n* Loads the official Blizzard [API documentation](https://github.com/Gethe/wow-ui-source/tree/live/Interface/AddOns/Blizzard_APIDocumentationGenerated)\n* Parses [Warcraft Wiki](https://warcraft.wiki.gg/wiki/World_of_Warcraft_API) API documentation\n\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/api.gif)\n\n#### [Widgets](https://warcraft.wiki.gg/wiki/Widget_API)\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/widget.gif)\n\n#### [Events](https://warcraft.wiki.gg/wiki/Events)\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/event.gif)\n\n#### [CVars](https://warcraft.wiki.gg/wiki/Console_variables)\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/cvar.png)\n\n#### [Enums](https://github.com/Ketho/BlizzardInterfaceResources/blob/mainline/Resources/LuaEnum.lua)\n* `Enum` and `Constants` table\n* `LE_` Lua Enums\n\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/enum.gif)\n\n#### [GlobalStrings](https://github.com/Ketho/BlizzardInterfaceResources/blob/mainline/Resources/GlobalStrings.lua)\n\n![](https://github.com/Ketho/vscode-wow-api/raw/master/img/readme/globalstring.gif)\n\n### Documentation\nThe documentation is available on the [project wiki](https://github.com/Ketho/vscode-wow-api/wiki).\n\n### Development\nSee [SETUP.md](SETUP.md) for setting up the environment and generating LuaLS annotations yourself.\n","funding_links":["https://github.com/sponsors/Ketho"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketho%2Fvscode-wow-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fketho%2Fvscode-wow-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketho%2Fvscode-wow-api/lists"}