-
Notifications
You must be signed in to change notification settings - Fork 844
Closed
Labels
Milestone
Description
Specifically, I would like to see Intellisense enabled when I type
[<AbstractClass>] type A() = abstract M : unit -> unit
type B() = inherit A()
override __.A member list with M would be shown, and I can select it. This is super useful to find out which methods can be overridden for a class from a library.
asik, dirtybytes, TheJayMann, heronbpv and kerams
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done