friendlyhj / ProbeZS

export zenscript lib to .dzs files for language server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProbeZS

Dumps all ZenScript classes, methods and vanilla bracket handler entries into *.dzs files.

Works with ZenScript IntelliSense

Code Generators

Since Java compiled bytecodes don't retain parameter names by default. ProbeZS keeps a parameter name mapping by analysing source code.

If you want to dump parameter names of another mod, please make a PR to add a submodule link the mod repo in ModSources directory.

  • You can add extra entries manually in src/generator/resources/default.yaml
  • You can add methods that aren't annotated @ZenMethod in MethodParameterNamesGenerator.extras

About

export zenscript lib to .dzs files for language server

License:MIT License


Languages

Language:Java 100.0%