Stream: beginners

Topic: Best way to learn about the most recent changes / roadmap?


view this post on Zulip Tobias Steckenborn (Apr 12 2024 at 15:02):

Given I rarely peak in here, take a glimpse at the editor channel, am sad that there's no posts in there and leave again - is there any recommended way to get up to date with the recent changes / developments?

view this post on Zulip Anton (Apr 12 2024 at 15:10):

Hi @Tobias Steckenborn,
We have www.roc-lang.org/plans but there is currently no planned work for the editor. We unfortunately have our hands full working on the language itself. @Eli Dowling has been making nice progress with the language server though github.com/roc-lang/roc/tree/main/crates/lang_srv . We also have a VScode plugin that uses it.

view this post on Zulip Eli Dowling (Apr 12 2024 at 20:33):

And we have neovim, helix and Emacs configs kicking around, if you use one of those I can dig you up the config :)

view this post on Zulip Tobias Steckenborn (Apr 28 2024 at 11:42):

Anton schrieb:

Hi Tobias Steckenborn,
We have www.roc-lang.org/plans but there is currently no planned work for the editor. We unfortunately have our hands full working on the language itself. Eli Dowling has been making nice progress with the language server though github.com/roc-lang/roc/tree/main/crates/lang_srv . We also have a VScode plugin that uses it.

Quick question: Do you happen to know if there should be something like autocomplete with the vscode extension? Or is that a TBD?

view this post on Zulip Eli Dowling (Apr 28 2024 at 11:43):

There should be. It should be using roc_language_server.

view this post on Zulip Tobias Steckenborn (Apr 28 2024 at 11:44):

Okay then something on my setup is off. Thanks for the very quick reponse

view this post on Zulip Eli Dowling (Apr 28 2024 at 11:44):

See if you can run "roc_language_server" outside of vscode. It should be installed when you install roc

view this post on Zulip Eli Dowling (Apr 28 2024 at 11:44):

No worries :)

view this post on Zulip Tobias Steckenborn (Apr 28 2024 at 14:25):

What should happen when running the command?
2024-04-28-at-16.25.252x.png

view this post on Zulip Tobias Steckenborn (Apr 28 2024 at 14:27):

Ah I think I see the issue. It's still referencing the old Rocs version folder.

view this post on Zulip Tobias Steckenborn (Apr 28 2024 at 14:33):

Yeah, resolved... my bad

view this post on Zulip Eli Dowling (Apr 28 2024 at 22:29):

No worries, glad you got it sorted :)


Last updated: Jul 06 2025 at 12:14 UTC