Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DanTup opened this issue May 18, 2022 · 0 comments
Closed

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

DanTup opened this issue May 18, 2022 · 0 comments
Labels
in editor Relates to code editing or language features in flutter Relates to running Flutter apps is bug
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented May 18, 2022

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).

@DanTup DanTup added is bug in flutter Relates to running Flutter apps in editor Relates to code editing or language features labels May 18, 2022
@DanTup DanTup added this to the v3.42.0 milestone May 18, 2022
@DanTup DanTup closed this as completed in 6a2e785 May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in editor Relates to code editing or language features in flutter Relates to running Flutter apps is bug
Projects
None yet
Development

No branches or pull requests

1 participant