We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object Foo: def xxx = 1 object Bar: export Foo.xx<TAB>
We should support code completions on exports, e.g. in the example above: Foo.xxx should be completed.
Foo.xxx