主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitrii
活动总数
9
最后的活动
2018年02月24日 10:55
成员加入日期
2018年02月05日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年02月22日 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 })
社区
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
1 票
创建于
2018年02月24日 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...
社区
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 票
创建于
2018年02月21日 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...
社区
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 票
已编辑于
2018年02月21日 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...
社区
WebStorm
Flow type description on Quick documentation lookup (Win: Ctrl+Q)
0 票
已编辑于
2018年02月19日 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.
社区
WebStorm
Trailing slash in path and module resolution
0 票