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

"Find usages" does not work until first build is scheduled #484

Open
tpasternak opened this issue Jan 24, 2020 · 1 comment
Open

"Find usages" does not work until first build is scheduled #484

tpasternak opened this issue Jan 24, 2020 · 1 comment

Comments

@tpasternak
Copy link
Contributor

tpasternak commented Jan 24, 2020

Repro steps:

  1. Open a scala project
  2. Click "Find usages" on an instance apply method (example below)
case class MyClass1(x: Int) {
  def apply(x: String) = 1
}

Expected result:
Usages found

Actual result:
Indexing hangs

Recover:
Just build your project at least once

find_usages_until_build_scheduled

@tpasternak
Copy link
Contributor Author

Seems to be a bug in intellij-scala, submitted here https://youtrack.jetbrains.com/issue/SCL-16940

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