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
When using "Go to definition" for a common named method like "call" vscode open box that shows unrelated classes with this method.
For example:
ModuleA::SubModuleA::ClassNameA.new.call()
Also "Go to definition" the new method is returning non-relevant list.
Using the Ruby Solargraph seems to work well with the link jumps.
Did I configured the extension wrong?
I dont see any special configuration except the version manager
The text was updated successfully, but these errors were encountered:
Description
Ruby LSP Information
Ruby LSP Information
VS Code Version
1.96.1
Ruby LSP Extension Version
0.8.16
Ruby LSP Server Version
0.17.2
Ruby LSP Addons
Ruby Version
3.2.2
Ruby Version Manager
rbenv
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
User
Reproduction steps
When using "Go to definition" for a common named method like "call" vscode open box that shows unrelated classes with this method.
For example:
ModuleA::SubModuleA::ClassNameA.new.call()
Also "Go to definition" the new method is returning non-relevant list.
Using the Ruby Solargraph seems to work well with the link jumps.
Did I configured the extension wrong?
I dont see any special configuration except the version manager
The text was updated successfully, but these errors were encountered: