ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

Auto-completion of possible overrides

Open bugproof opened this issue 5 years ago • 2 comments

when inheriting some types, there is no auto-completion for override

type Derived() =
    inherit Base()

    override __.(no auto-completion here)

also something like "generate overrides" is missing known from C#.

bugproof avatar Dec 18 '18 17:12 bugproof

Hey @baronfel, you think generate overrides will be possible/similar to the stuff you've done recently with abstract classes generation?

Krzysztof-Cieslak avatar Dec 14 '20 17:12 Krzysztof-Cieslak

We should check this because based on what I have implemented, I think this should work right now

baronfel avatar Dec 14 '20 17:12 baronfel