Skip to content

0tickpulse/vscode-mythic

VSCode Mythic

A Visual Studio Code extension that adds language support for MythicMobs configurations.

📖 Table of Contents

🚀 Features

🎉 Current

Basic Syntax Highlighting

Syntax Highlighting

(Using the One Dark Pro theme and the CodeSnap extension)

Go to definition and references

(Todo: Add gif)

Color decorations

Below is a screenshot of item lore configuration (Credits: @LcorpOfficial):

Color Decorations

🚧 Planned

  • Complete data set
  • Autocompletions

🚩 Current Limitations

  • The extension is not built with YAML aliases in mind. This might be changed in the future, but for now, they will lead to unexpected behavior.
  • The extension is meant to be used in one single workspace/server. It is not (yet?) possible to use it in multiple workspaces/servers at once.
  • The extension does not recognize submappings. This means that keys like Options.B: 1 will be recognized as Options.B literally instead of Options and B.

🛣️ Roadmap

  • Complete data set
  • Major code cleanup - the current code is quite messy with tons of duplicate code, global state, etc. To make the extension more stable and easier to maintain, I'll have to rewrite a major portion of the code.
  • Sublime Text port - this will require a rename of the extension
  • Autocompletions

📦 Installation

Install the extension from the Visual Studio Marketplace

📝 License

This project is licensed under AGPLv3. A copy can be found here.

❤️ Credits and Acknowledgements