Skip to content

_ should be a valid completion in imports #5460

Closed
@smarter

Description

@smarter

If I type:

import scala._

Then the completion suggested is _root_, and with vscode default settings, this completion will be selected when pressing Enter. We can avoid this issue by adding _ to the list of completions we return (and we should also figure out why _root_ appears in there because that doesn't make sense).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions