help wanted
Repository metrics
- Stars
- (21,417 個のスター)
- PR merge metrics
- (平均マージ 10d 19h) (30d で 69 merged PRs)
説明
The language server already allows to create new functions when needed. It would be nice if it allowed to do the same thing with types too. For example:
type Wibble {
Wibble(Wobble)
// ^^^^^^ Doesn't exist, trigger code action
}
type Wibble {
Wibble(Wobble)
}
+ type Wobble