Skip to content

Autocompletion omits type parameters even when they're mandatory #178

Open
@strangepleasures

Description

@strangepleasures

To reproduce type val x = emptyA
Expected: autocompletion combo contains emptyArray<T> (), which inserts emptyArray<>() and puts the cursor between the angular brackets
Actual: the combo contains emptyArray() which will be inserted as is, resulting in an incorrect expression val x = emptyArray()

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPL involvedbugInstallation and functionality issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions