Skip to content

Smart completions doesn't work well inside lambda statements #35

@gayanper

Description

@gayanper
      ids.stream().map(id -> {
          return readXmls(id, $);
      }).collect(Collectors.toList());


private XML readXml(String id, Date after) {}

For this I would expect the smart completions provide me information related to the second parameter type Date.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions