Skip to content

AdamRaichu/vscode-mc-options.txt

Repository files navigation

Minecraft options.txt

A simple extension which provides information for Minecraft's configuration file.

Features

Syntax Highlighting

The extension provides a grammar for highlighting Minecraft's options.txt files. Below are screenshots demonstrating the colorization. (Colors will be based on your own color theme, but should be similar to JSON highlighting.)

Before After
Before Image After Image

This feature will automatically trigger for files with the names options.txt and optionsof.txt (for OptiFine).

Intellisense (sort of)

The extension has been loaded with information about the various options and what they do. Hovering over text in a line will provide a hover note with a short blurb about what that option controls (taken from the Minecraft Wiki page).

Hover Information

This feature is not complete in this release, but version 1.0.0 will have information concerning all of the vanilla options.