We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure that the editor experience using Core is as good as possible.
Core__Array.t<'typ>
array<'typ>
The text was updated successfully, but these errors were encountered:
It would be quite useful if this could be a general thing for aliases to basic types like string, array etc.
string
array
E.g. always show string instead of Js.String.t, Js.String2.t, Belt.String.t, Belt.Map.String.key etc.
Js.String.t
Js.String2.t
Belt.String.t
Belt.Map.String.key
Sorry, something went wrong.
Yes, for sure, I agree
Module level docstrings would be nice here too. Ie if you hover a module, you currently don't see the module level documentation.
No branches or pull requests
Make sure that the editor experience using Core is as good as possible.
Core__Array.t<'typ>
, but alwaysarray<'typ>
, for builtins.The text was updated successfully, but these errors were encountered: