Yesterday17 / ZenScript

Visual Studio Code extension/Language Server for ZenScript, includes highlight, code snippet and language server(WIP). Works with 👇
https://github.com/Yesterday17/Probe
MIT License
34 stars 4 forks source link

No Probe alternative for 1.16? #49

Open KrakenIsBusy opened 2 years ago

KrakenIsBusy commented 2 years ago

I read a few issues about the error I am facing, I realized I need the Probe mod for auto completion. I looked at the page, buts is 1.12.2 and I am working on a modpack in 1.16.5 Is there any probe like mod for 1.16? Or any other way to get auto completion?

Yesterday17 commented 2 years ago

ZenScript and Probe are not under active development for now. PRs are welcomed if someone is willing to maintain this project.

The schema is quite simple: Probe generates a .zsrc file(actually JSON), ZenScript loads the script and provides completion. The logic should haven't been changed in higher version.

KrakenIsBusy commented 2 years ago

Can you give me like an example .zsrc file? I could probably make out a pattern and might be able to make something to generate it?

Yesterday17 commented 2 years ago

https://github.com/Yesterday17/ZenScript/blob/master/test/vanilla/.zsrc

https://github.com/Yesterday17/ZenScript/blob/master/test/large-modpack/scripts/.zsrc

KrakenIsBusy commented 2 years ago

Uh huh Yep I am not making something like that. Also, I have learned about KubeJS, I will try using it for my purpose. And yeah, it really is sad that neither of them are under development.