You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for usages of lang keys is pretty slow, but even worse, can provide inaccurate results for large projects because the plugin isn't aware of files it hasn't seen yet (due to IntelliJ's incremental system). Using a file based cache should be able to mitigate this.