-
-
Notifications
You must be signed in to change notification settings - Fork 923
Open
Labels
help wantedContributions encouragedContributions encouraged
Description
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 WobbleReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedContributions encouragedContributions encouraged