ceylon-ide-intellij icon indicating copy to clipboard operation
ceylon-ide-intellij copied to clipboard

Show Parameter Info for generic type argument lists

Open olegnekludov opened this issue 9 years ago • 1 comments

Parameter Info (Ctrl+P) for generics arguments (when applying it) will be also usefull because them have default values and restrictions. Example of default values and restrictions:

    shared formal MemberClass<Container, Type, Arguments> memberClassApply
            <Container=Nothing, Type=Anything, Arguments=Nothing>
            (AppliedType<Object> containerType, AppliedType<>* typeArguments)
                given Arguments satisfies Anything[];

olegnekludov avatar Oct 27 '16 23:10 olegnekludov

This is a should be a straightforward change to org.intellij.plugins.ceylon.ide.completion.CeylonParameterInfoHandler.

gavinking avatar Sep 14 '17 13:09 gavinking