JsonPatcher Language SupportThis extension provides basic editor support for the language used in the JsonPatcher minecraft mod. FeaturesThis extension provides basic syntax highlighting as well as some language server features.
RequirementsIn order for the language server to work you need to install java 21 or later. The extension will automatically find java using the Extension SettingsThis extension has the following settings:
Known Issues and LimitationsCurrently the language server only acts within one source file limiting it to resolving references within that file. I have plans to do basic resolution of cross file references using doc comments in the future. The server also parses the full program key on each keystroke, which could result in bad performance for large files. Although in by simple testing it seems to be able to handle resonably large scripts in a few milliseconds. |