All Projects → Blockception → VSCode-Bedrock-Development-Extension

Blockception / VSCode-Bedrock-Development-Extension

Licence: BSD-3-Clause license
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.

Programming Languages

JSON
12 projects
typescript
32286 projects
Markdown
49 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects
mcfunction
16 projects

Projects that are alternatives of or similar to VSCode-Bedrock-Development-Extension

Minecraft-bedrock-json-schemas
The JSON validation schema files for Minecraft bedrock
Stars: ✭ 17 (-62.22%)
Mutual labels:  json-validation, contributions-welcome, hacktoberfest2021
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-73.33%)
Mutual labels:  contributions-welcome, hacktoberfest2021
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+204.44%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Androapps
Important Android projects to learn fundamentals of android development
Stars: ✭ 48 (+6.67%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+340%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Hacktoberfest2021 beginners
Hactoberfest repo for absolute beginners.
Stars: ✭ 39 (-13.33%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (-2.22%)
Mutual labels:  contributions-welcome, hacktoberfest2021
ML-ProjectKart
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+260%)
Mutual labels:  contributions-welcome, hacktoberfest2021
beet
The Minecraft pack development kit.
Stars: ✭ 51 (+13.33%)
Mutual labels:  resourcepack, mcfunction
Fake APIs
Beginner friendly Custom REST-APIs creation for various development and testing purposes.🎯🌎This project has been opened for Contributions for Hacktoberfest2021.
Stars: ✭ 17 (-62.22%)
Mutual labels:  development, hacktoberfest2021
vscode-st
Extension for VS Code to support Structured Text language.
Stars: ✭ 94 (+108.89%)
Mutual labels:  vscode-snippets, vscode-language
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (-42.22%)
Mutual labels:  vscode-snippets, vscode-language
Let-Us-Java
[Hacktoberfest 2021] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (-13.33%)
Mutual labels:  contributions-welcome, hacktoberfest2021
CodeBucket
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 22 (-51.11%)
Mutual labels:  contributions-welcome, hacktoberfest2021
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (+22.22%)
Mutual labels:  development, addon
vscode-language-terraform
Adds support for the Terraform configuration language to Visual Studio Code
Stars: ✭ 58 (+28.89%)
Mutual labels:  vscode-snippets, vscode-language
pyrocms-cheatsheet
Pyro CMS - Cheat Sheet
Stars: ✭ 17 (-62.22%)
Mutual labels:  addon
typiform
⚛️ A serverless React powered online form builder that works like a doc.
Stars: ✭ 16 (-64.44%)
Mutual labels:  hacktoberfest2021
protection
Flexible server protection system (development)
Stars: ✭ 23 (-48.89%)
Mutual labels:  development
Hacktoberfest2021
This is for Hacktoberfest 2021
Stars: ✭ 16 (-64.44%)
Mutual labels:  hacktoberfest2021

VSCode-Bedrock-Development-Extension

An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, code-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 best color highlighting.

overview

Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads

Content

Features

JSON

This plugin provides, validations, completions, hovers and others for json, and jsonc schemas

Molang

This plugin provides automatic highlighting for Molang code in JSON files.

Validation

Automatic JSON validation is applied if the files follow a given pattern for naming or proper file structure.
For resource packs, have the files in a folder with the letter RP or rp in the name, or in the world folder: resource_packs.
For behavior packs, have the files in a folder with the letter BP or bp in the name, or in the world folder: behavior_packs.

Full list of json validation


Minecraft project files

Can read the following minecraft project files

Mcfunction

This plugin provides support for the .mcfunction files. The following features are provided:


Language files

This plugin provides support for .lang files. The following features are provided:

  • Code formatting.
  • Diagnostics.
  • Regions.
  • Symbols.
  • Syntax highlighting.

Molang

This 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 development.


Commands

A complete list can be found here. These commands provide things such as cheat sheets, diagnostics, and generations of files.


Extension Settings

Settings Description
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.
Use Diagnostics Languages Turn the diagnostics for language files on or off. Requires a restart for full effect.
Use Diagnostics Mcfunctions Turn the diagnostics for mcfunctions files on or off. Requires a restart for full effect.
Use Diagnostics Json Turn on or off the diagnostics for json files
Use Diagnostics For Objectives Turn on or off the diagnostics for scoreboard objectives
Use Diagnostics For Tags Turn on or off the diagnostics for tags

Licenses

All thrid party code and libraries this plugin uses are listed here!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].