Stream: beginners

Topic: VSCode Extension


view this post on Zulip Matthew Griffith (Feb 28 2023 at 13:03):

Finally playing around with Roc :muscle:

I was looking at VSCode extensions. I see there's this one for syntax highlighting: https://marketplace.visualstudio.com/items?itemName=benjamin-thomas.roc-lang-support

And I heard maybe @Ayaz Hafiz was working on something?

I was thinking of putting something together, but wanted to see if there was any existing work

view this post on Zulip Ayaz Hafiz (Feb 28 2023 at 14:46):

I have published a simple language server for Roc here: https://github.com/ayazhafiz/roc/releases/tag/langsrv

view this post on Zulip Ayaz Hafiz (Feb 28 2023 at 14:47):

It needs a rebase on the compiler but should work

view this post on Zulip Ayaz Hafiz (Feb 28 2023 at 14:47):

Otherwise I don't think there is anything existing?

view this post on Zulip Matthew Griffith (Feb 28 2023 at 15:11):

Awesome!

Is the code for the language server public?

view this post on Zulip Matthew Griffith (Feb 28 2023 at 15:12):

Ah, nevermind, it's in here!

view this post on Zulip Brendan Hansknecht (Feb 28 2023 at 16:21):

Should we merge the language server (even if with a clause that it will be ripped out later and just exists currently for convenience?). That way it would be in the nightly?


Last updated: Jul 05 2025 at 12:14 UTC