Bedrock Studio is a Visual Studio Code extension for developing Minecraft Bedrock Add-Ons.
Originally based on vscode-bedrock-definitions, Bedrock Studio has been completely rerwitten with tons of new features and tools to make add-on developement fun and easy.
Bedrock Studio adds support for many of VS Code's language features inside add-on files, including:
- Code Completion
- Go to Definition
- Find All References
- Go to Symbol
- Rename Symbol
These are upcomming features that will be added in the future:
- File Templates
- Smart Diagnostics
- Common Code Actions
Run npm install
to install dependencies, then open the project in Visual Studio Code and hit F5 to start the development server.
Contributions are welcome!
Licensed under the MIT license.