Skip to content

Snippets like "for" do not appear in some locations for Flutter apps #3969

@DanTup

Description

@DanTup
main() {
	for^
}

The for snippet does not appear here. This is because there are 27k items in the completion list if invoked without a prefix, and we only set the default for maxCompletionItems up to 10,000 (which was intended to effectively disable it until the next SDK).

Metadata

Metadata

Assignees

No one assigned

    Labels

    in editorRelates to code editing or language featuresin flutterRelates to running Flutter appsis bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions