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

Move type suggestions out from compiler to an IDE analyzer #3886

Closed
vasily-kirichenko opened this issue Nov 4, 2017 · 1 comment
Closed

Comments

@vasily-kirichenko
Copy link
Contributor

It's an expensive feature (comparable to Simplify Name and Unused Opens analyzers) and it should be used in tooling only, not in compilation, and should be turned off by default. As I understand, this feature is completely based on name resolution environment, so it's quite easy to make it an analyzer.

@cartermp
Copy link
Contributor

Missed this one. It was done with #6063

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