ReScript
rescript-lang.org
ReScript
@rescript-lang.org
https://rescript-lang.org/
Ship great products!
In the next version of our vscode plugin 🚀:
github.com/rescript-lan...
November 11, 2025 at 8:04 PM
The new dot completion also works for objects.

Objects are structurally typed, doesn't need a type definition, and are quite useful in some scenarios.

Completion for object fields will be more ergonomic and get better discoverability with this addition.
January 4, 2025 at 3:10 PM
With the new dot completion enhancements in our editor tooling you'll now get completions from the Option module when autocompleting on a record field that's an optional value, instead of just no completions like before.
January 3, 2025 at 10:37 AM
You'll now also get pipe completions when you do dot completion on any type, not just records.

And additionally, you can even configure per type to have the editor give completions from additional modules, not just the module it belongs to.
January 2, 2025 at 10:19 AM
For newcomers, one of the differences to JS is using pipes where you'd normally use method chaining. This takes a bit of time to learn.

To fix this, you now get pipe completions from dots as well.

So the experience is like in JS, but an actual pipe is inserted on completion.
January 2, 2025 at 10:19 AM