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

Generate SignatureAnalysis without using GetExpressionRange #3171

Closed
zooba opened this issue Oct 18, 2017 · 2 comments
Closed

Generate SignatureAnalysis without using GetExpressionRange #3171

zooba opened this issue Oct 18, 2017 · 2 comments

Comments

@zooba
Copy link
Member

zooba commented Oct 18, 2017

As part of #3166 we are removing uses of GetExpressionRange. The only remaining uses are analyzing signatures to find the current parameter, which does not have an equivalent yet.

We should update signature analysis to not need this function.

zooba added a commit to zooba/PTVS that referenced this issue Oct 18, 2017
Suppresses warnings for existing uses (see microsoft#3171)
@zooba
Copy link
Member Author

zooba commented Mar 17, 2018

This also selects the wrong parameter index in code like this:

f((1, 2, 3

@huguesv
Copy link
Contributor

huguesv commented May 11, 2020

Improvement no longer relevant.

@huguesv huguesv closed this as completed May 11, 2020
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

2 participants