good first issuetype: enhancement
Repository metrics
- Stars
- (2,358 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
If adding a data type that takes a parameter to an import list, the snippet should be empty, and the completion should include (..) if it has subcomponents.
So
, Foo
Should offer completion of FooBar(..), not FooBar Int or whatever.