We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Extend rescript.json with an editorconfig for autocompletion, e.g.
rescript.json
"editor": { "autocompleteConfig": { "array": ["ArrayUtils"] } }
So that the methods of that module get autocompleted the same way as the @editor.completeFrom types would.
@editor.completeFrom