Skip to content

LSP completion does not include any items when the cursor is in whitespace before an identifier #2672

@Maistho

Description

@Maistho

It's the most visible inside flutter code, see example below.

The issue only occurs if dart.previewLsp is enabled in the settings.

return Container(
  // If I put my cursor on the first line and press ctrl+space I do not get any suggestions
  child: Text(“test”),
  // I also don't get any suggestions between two items
  color: Colors.red,
  // But, if there's a comma between my cursor and the next word, the suggestions appear
  ,
  alignment: Alignment.center,
);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions