Skip to content

Support code completions on exports #15787

Closed
@prolativ

Description

@prolativ

Minimized example

object Foo:
  def xxx = 1

object Bar:
  export Foo.xx<TAB>

Expectation

We should support code completions on exports, e.g. in the example above:
Foo.xxx should be completed.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions