Happy new year!
We're almost ready to release an exciting editor feature - dot completion everywhere!
"." will now trigger completions for more than just record fields. Example: you'll get completions for pipeable functions from the module of that type.
Examples and videos ⬇️
We're almost ready to release an exciting editor feature - dot completion everywhere!
"." will now trigger completions for more than just record fields. Example: you'll get completions for pipeable functions from the module of that type.
Examples and videos ⬇️
Comments
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.
And additionally, you can even configure per type to have the editor give completions from additional modules, not just the module it belongs to.
We're excited to release this and hope it'll give you value!