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

Special suffixes support: 'xs.foreach.M()' idiom #49

Open
controlflow opened this issue Aug 22, 2015 · 0 comments
Open

Special suffixes support: 'xs.foreach.M()' idiom #49

controlflow opened this issue Aug 22, 2015 · 0 comments

Comments

@controlflow
Copy link
Owner

When .foreach template is completed with . suffix, do not populate foreach statement iteration variable name hotspot, but produce it's usage inside foreach body and populate next code completion:

items.foreach.M();

=>

foreach (var item in items) {
  item.M();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant