rescript-lang / rescript-lang/rescript
Editor completions for extensions to builtin types
Open
@fhammerschmidt is already working on this.
Since Mar 11, 2025.
editor
- Dominant language
- OCaml
- Stars
- 7.5k
- Forks
- 485
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 55
Description
Extend rescript.json with an editorconfig for autocompletion, e.g.
"editor": {
"autocompleteConfig": {
"array": ["ArrayUtils"]
}
}
So that the methods of that module get autocompleted the same way as the @editor.completeFrom types would.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.