rescript-lang / rescript-lang/rescript

Editor completions for extensions to builtin types

Open
#7,329 3 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.