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

create active file analyzers non-lazily. #11221

Merged
merged 1 commit into from
May 10, 2016

Commits on May 10, 2016

  1. create active file analyzers non-lazily.

    we used to create all solution crawler analyzers lazily. which means all analyzers only register themselves once the very first solution crawler pass has run.
    
    this caused ctrl+. for LB right after solution open sometimes not work since solution crawler didn't run its first pass yet so there is no analyzers registered to system.
    
    now, we create solution crawler analyzers for active files non-lazily. those analyzers should be ready right away once solution is up.
    heejaechang committed May 10, 2016
    Configuration menu
    Copy the full SHA
    55de407 View commit details
    Browse the repository at this point in the history