If I try to go to the definition of a symbol, the top of the file animates a blue activity bar. It can last a few seconds, but there is no activity.
Some details:
Go to definition works just fine for smaller repos.
Indexing the project can take a few minutes, but the status bar at the bottom implies that it finishes. (It says "Starting the Solargraph language server" for a few minutes, then "Solargraph is ready".)
With Solargraph only (not the Rails extension, see below), references work within the same file — but not across files.
Launching VSCode with code --verbose doesn't print anything useful.
Problems/Output/Debug console don't show anything useful.
DevTools (Cmd-Opt-I) doesn't show anything useful.
With the most popular Rails extension installed, it the activity bar can be active for minutes (hours?) without anything happening. This may be related to https://github.com/bung87/vscode-rails/issues/45
I'm working in a moderately large Ruby repo.
If I try to go to the definition of a symbol, the top of the file animates a blue activity bar. It can last a few seconds, but there is no activity.
Some details:
code --verbose
doesn't print anything useful.