Skip to content

Intellisense for overriding methods #6701

@Happypig375

Description

@Happypig375

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions