Skip to content

Issue completing static members #2982

@safield

Description

@safield

VsCode Info
Version: 1.51.1
Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
Date: 2020-11-10T23:31:29.624Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.4.0-56-generic

Dart Extension Version: 3.17.0

Observe the following code...

class TestClass2 {

}

enum TestEnum {

}

class TestClass {
  static Test
}

When typing "static Te...", no completion options are proposed.

Expected behaviour is take the class and enum starting with Test would be offered as suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions