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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Your environment
vscode-rubyversion: 0.28.1useLanguageServeris true in your configuration?) Yes (rubyLocate)Expected behavior
CMD + Click on a definition should either:
Solargraph
Solargraph does the right thing, but unfortunately, clicking it takes you to the literal definition, not to the actual code.
Example:
Screen.Recording.2023-03-31.at.1.46.01.a.m.mov
Actual behavior
CMD + Click on
User::CreateOperationshows 3 definitions on the Intellisense pane.For example:
Admin::CreateOperationEmployee::CreateOperation(this one shown on the details pane)User::CreateOperationReal example:
Screen.Recording.2023-03-31.at.1.17.58.a.m.mov
I then have to search this pane for
User::CreateOperationinstead of it being at the top.Not familiar with the codebase but let me know how I can help.