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

[Improvement] Exclude IEnumerator members from CodeLens #4753

Open
RaZeR-RBI opened this issue Sep 9, 2021 · 1 comment
Open

[Improvement] Exclude IEnumerator members from CodeLens #4753

RaZeR-RBI opened this issue Sep 9, 2021 · 1 comment

Comments

@RaZeR-RBI
Copy link

Issue description

Seems to be an issue similar to #4245.

In short, when you try to implement a custom enumerator it tries to count all references to MoveNext/Current/Reset and hangs.

I've made a workaround for myself using the #4418 but I think it's probably useful to include these symbols in exclude list by default, MoveNext being the bare minimum IMO (because Current/Reset could clash with code not related to enumeration).

What do you think?

@JoeRobich
Copy link
Member

@RaZeR-RBI I think we would want to wait until we get more feedback that these symbol names are problematic. Our current recommendation would be to make use of the symbol filter for names that are an issue in your solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants