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
Solargraph gem version 0.44.3
Ruby Version 2.7
Vs Code Version 1.65
I have installed Ruby(rebornix.ruby). To have better go to definition support, I have installed Solargraph. Below are my settings accordingly
"ruby.intellisense": false
"ruby.codeCompletion": false
"solargraph.completion": true
"solargraph.definitions": true
"ruby.useLanguageServer": false
My method definitions are getting listed if I search them in the command palette. But Go To Definition and Find All References always returns No Definition Found. Am I missing anything?
The text was updated successfully, but these errors were encountered:
Solargraph gem version 0.44.3
Ruby Version 2.7
Vs Code Version 1.65
I have installed Ruby(rebornix.ruby). To have better go to definition support, I have installed Solargraph. Below are my settings accordingly
"ruby.intellisense": false
"ruby.codeCompletion": false
"solargraph.completion": true
"solargraph.definitions": true
"ruby.useLanguageServer": false
My method definitions are getting listed if I search them in the command palette. But Go To Definition and Find All References always returns No Definition Found. Am I missing anything?
The text was updated successfully, but these errors were encountered: