This VSCode extension enhances the creation of Minecraft Bedrock JSON-UI by providing intelligent auto-completion features. It speeds up the development process and helps developers efficiently create and edit JSON-UI files.
- Intelligent Control Type and Value Suggestions
- Binding Type and Value Completion
- Context Variables Auto-Completion
- References lookup for Control Names
- Goto-Definition for Control Names
- Color Palette Integration
- Fast and Lightweight Completion Feedback
- Multi-Platform Support
- Multi-Language Completion Labels
Contributions are welcome!
Development IDE with vscode
, prepare rust
and nodejs
environment. Install bun
package manager.
bun i -D webpack-cli
bun i
- use nightly rust feature
rustup toolchain install nightly
rustup override set nightly
- debug use
F5
This project is licensed under the MIT License.