Skip to content

Dart doc shows no result in auto complete for type names and only for static declarations inside them #59724

Closed
@FMorschel

Description

@FMorschel

Repro:

lib.dart

class Class1 {
  static void foo() {}
  void bar() {}
}

main.dart

/// This is a dart doc.
/// It should show an auto-complete for Class1 over here: [C] but it doesn't.
/// Also should show autocomplete for instance values like bar over [Class1.] but it doesn't.
library main;

See here no items from Dart:

image

See here only triggering for static methods:

image


//CC @DanTup

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-completionIssues with the analysis server's code completion feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions