Snippets like "for" do not appear in some locations for Flutter apps #3969
Labels
in editor
Relates to code editing or language features
in flutter
Relates to running Flutter apps
is bug
Milestone
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).The text was updated successfully, but these errors were encountered: