Skip to content
New issue

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

Parameters hint is empty #151

Closed
Coobaha opened this issue Mar 13, 2019 · 1 comment
Closed

Parameters hint is empty #151

Coobaha opened this issue Mar 13, 2019 · 1 comment

Comments

@Coobaha
Copy link
Contributor

Coobaha commented Mar 13, 2019

plugin version:
0.73

Description

/* module A */

let add = (a, b) => a + b;

/* module B */

A.add(<renders empty params hint box>)

image

Another example is ReasonReact.Router

ReasonReact.Router.createEventNonIEBrowsers <---- external and gets params hint
ReasonReact.Router.safeMakeEvent <------ value, no hint
giraud added a commit that referenced this issue Mar 14, 2019
@giraud
Copy link
Owner

giraud commented Mar 25, 2019

Fixed in 0.74

@giraud giraud closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants