{"id":13903262,"url":"https://github.com/Blockception/VSCode-Bedrock-Development-Extension","last_synced_at":"2025-07-18T00:33:57.421Z","repository":{"id":37174679,"uuid":"263624432","full_name":"Blockception/VSCode-Bedrock-Development-Extension","owner":"Blockception","description":"An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition. ","archived":false,"fork":false,"pushed_at":"2024-11-18T19:02:50.000Z","size":20526,"stargazers_count":78,"open_issues_count":17,"forks_count":18,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-18T20:18:42.356Z","etag":null,"topics":["addon","behaviourpack","contributions-welcome","development","hacktoberfest","json-validation","mcfunction","minecraft","minecraft-education","open-source","resourcepack","tools","validation","vscode","vscode-extension","vscode-language","vscode-snippets","wip","worlds"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Blockception.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-13T12:32:47.000Z","updated_at":"2024-11-18T19:02:39.000Z","dependencies_parsed_at":"2023-11-28T20:23:55.629Z","dependency_job_id":"a6193a3a-8046-4285-bf11-94ebc771837e","html_url":"https://github.com/Blockception/VSCode-Bedrock-Development-Extension","commit_stats":null,"previous_names":[],"tags_count":390,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FVSCode-Bedrock-Development-Extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FVSCode-Bedrock-Development-Extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FVSCode-Bedrock-Development-Extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FVSCode-Bedrock-Development-Extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blockception","download_url":"https://codeload.github.com/Blockception/VSCode-Bedrock-Development-Extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226320973,"owners_count":17606386,"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":["addon","behaviourpack","contributions-welcome","development","hacktoberfest","json-validation","mcfunction","minecraft","minecraft-education","open-source","resourcepack","tools","validation","vscode","vscode-extension","vscode-language","vscode-snippets","wip","worlds"],"created_at":"2024-08-06T22:01:57.781Z","updated_at":"2024-11-25T11:31:28.977Z","avatar_url":"https://github.com/Blockception.png","language":"TypeScript","funding_links":[],"categories":["vscode-extension"],"sub_categories":[],"readme":"# VSCode-Bedrock-Development-Extension\n\nAn extension that provides support for files such as: `.mcfunction`, `.json` and `.lang`. Features include: completion, validations, formatters, diagnostics,\ncode-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition. It's recommended you use the Dark+ theme for the\nbest color highlighting.\n\n![overview](documentation/resources/overview.gif)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension\"\u003e\n  \u003cimg alt=\"Visual Studio Marketplace Version\" src=\"https://img.shields.io/visual-studio-marketplace/v/BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension?style=for-the-badge\"\u003e\n    \u003cimg alt=\"Visual Studio Marketplace Installs\" src=\"https://img.shields.io/visual-studio-marketplace/i/BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension?style=for-the-badge\"\u003e\n    \u003cimg alt=\"Visual Studio Marketplace Downloads\" src=\"https://img.shields.io/visual-studio-marketplace/d/BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n### JSON\n\nThis plugin provides, validations, completions, hovers, signatures, code-lens, code actions and JSON schemas\n\n#### Molang\n\nThis plugin provides automatic highlighting for Molang code in JSON files.\n\n#### Validation\n\nAutomatic JSON validation is applied if the files follow a given pattern for naming or proper file structure.  \nFor resource packs, have the files in a folder with the letter `RP` or `rp` in the name, or the world folder: `resource_packs`.  \nFor behavior packs, have the files in a folder with the letter `BP` or `bp` in the name, or the world folder: `behavior_packs`.\n\n[Full list of JSON validation](https://github.com/Blockception/VSCode-Bedrock-Development-Extension/blob/main/documentation/Json%20Validation.md)\n\n---\n\n### Minecraft project files\n\nCan read the following Minecraft project files\n\n- [`.mcattributes`](./documentation/project/MCAttributes.md)\n- [`.mcdefinitions`](./documentation/project/MCDefinitions.md)\n- [`.mcignore`](./documentation/project/MCIgnore.md)\n\n### Mcfunction\n\nThis plugin provides support for the `.mcfunction` files. The following features are provided:\n\n- [Code completion](documentation/completion/Mcfunctions.md).\n- Code formatting.\n- Code action.\n- Diagnostics.\n- Go to definition.\n- Regions.\n- Symbols.\n- Syntax highlighting.\n- [Validation files for diagnosing](documentation/Commands.md).\n\n---\n\n### Language files\n\nThis plugin provides support for `.lang` files. The following features are provided:\n\n- Code formatting.\n- Diagnostics.\n- Regions.\n- Symbols.\n- Syntax highlighting.\n\n---\n\n### Molang\n\nThis plugin provides automatic highlighting for Molang code in JSON files and .molang files. Officially .molang files are not supported by Minecraft, but they're useful for\ndevelopment.\n\n---\n\n## Commands\n\nA complete list can be found [here](documentation/Commands.md). These commands provide things such as cheat sheets, diagnostics, and generations of files.\n\n---\n\n## Extension Settings\n\n| Settings                           | Description                                                                                                                                          |\n| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Use Education Content**          | Adds Education Edition content such as items, blocks, entities and commands into code suggestions and debugging. Requires a restart for full effect. |\n| **Use Diagnostics Languages**      | Turn the diagnostics for language files on or off. Requires a restart for full effect.                                                               |\n| **Use Diagnostics Mcfunctions**    | Turn the diagnostics for mcfunctions files on or off. Requires a restart for full effect.                                                            |\n| **Use Diagnostics Json**           | Turn on or off the diagnostics for json files                                                                                                        |\n| **Use Diagnostics For Objectives** | Turn on or off the diagnostics for scoreboard objectives                                                                                             |\n| **Use Diagnostics For Tags**       | Turn on or off the diagnostics for tags                                                                                                              |\n\n---\n\n## Licenses\n\nAll third party code and libraries this plugin uses are listed [**here**](./LICENSES/Licenses.md)!\n\n\n# Contributors\nSpecial thanks to these awesome people for helping out these projects 😄\n\n**Vscode plugin**  \n\u003ca href=\"https://github.com/Blockception/VSCode-Bedrock-Development-Extension/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Blockception/VSCode-Bedrock-Development-Extension\" /\u003e\n\u003c/a\u003e  \n**Schemas**  \n\u003ca href=\"https://github.com/Blockception/Minecraft-bedrock-json-schemas/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Blockception/Minecraft-bedrock-json-schemas\" /\u003e\n\u003c/a\u003e  \n**Diagnoser**  \n\u003ca href=\"https://github.com/Blockception/BC-Minecraft-Bedrock-Diagnoser/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Blockception/BC-Minecraft-Bedrock-Diagnoser\" /\u003e\n\u003c/a\u003e  \n\nMade with [contrib.rocks](https://contrib.rocks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlockception%2FVSCode-Bedrock-Development-Extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlockception%2FVSCode-Bedrock-Development-Extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlockception%2FVSCode-Bedrock-Development-Extension/lists"}