Extend `rescript.json` with an editorconfig for autocompletion, e.g. ```json "editor": { "autocompleteConfig": { "array": ["ArrayUtils"] } } ``` So that the methods of that module get autocompleted the same way as the `@editor.completeFrom` types would.