Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitrii
Total activity
9
Last activity
February 24, 2018 10:55
Member since
February 05, 2018 00:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
February 22, 2018 19:42
Basic example: // @flowtype SampleType = {| a: number | string,|}function cell({ a }: SampleType): number { if(typeof a === 'number') { return a } return 0}cell({ a: 1 })
Community
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
1 vote
Created
February 24, 2018 10:55
It's only a part of the problem. The problem is that I want to see the type of variable that covered by Flow in a tooltip when hovering variable or by shortcut. VSCode supports this for TS and Flow...
Community
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 votes
Created
February 21, 2018 15:19
Yes! That's exactly what I want. But seems WebStorm can't infer type of variables and show an only place where variable or argument (in example case it's argument) defined, not full type definition...
Community
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 votes
Edited
February 21, 2018 14:02
Something like this. (Example in VSCode) But VSCode sometimes shows any type instead of real type.In Webstorm (I use IDEA with plugin) it shows: IDEA can resolve type and I can navigate to it by C...
Community
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 votes
Edited
February 19, 2018 00:36
I created the issue: https://youtrack.jetbrains.com/issue/IDEA-186867 And attached test application (tapp.zip) in this issue. If you need more information feel free to ask for.
Community
WebStorm
Trailing slash in path and module resolution
0 votes