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 has been archived by the owner on Jul 31, 2023. It is now read-only.
Using language server? (eg useLanguageServer is true in your configuration?) Yes (rubyLocate)
Expected behavior
CMD + Click on a definition should either:
Show the best match first.
Show the best match outside the suggestions panel for a quick click.
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::CreateOperation shows 3 definitions on the Intellisense pane.
For example:
Admin::CreateOperation
Employee::CreateOperation (this one shown on the details pane)
User::CreateOperation
Real example:
Screen.Recording.2023-03-31.at.1.17.58.a.m.mov
I then have to search this pane for User::CreateOperation instead of it being at the top.
Not familiar with the codebase but let me know how I can help.
The text was updated successfully, but these errors were encountered:
davidalejandroaguilar
changed the title
CMD + Click on a namespaced constant should show the best match first
CMD + Click on a definition should show the best match first
Mar 31, 2023
Your environment
vscode-ruby
version: 0.28.1useLanguageServer
is 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::CreateOperation
shows 3 definitions on the Intellisense pane.For example:
Admin::CreateOperation
Employee::CreateOperation
(this one shown on the details pane)User::CreateOperation
Real example:
Screen.Recording.2023-03-31.at.1.17.58.a.m.mov
I then have to search this pane for
User::CreateOperation
instead of it being at the top.Not familiar with the codebase but let me know how I can help.
The text was updated successfully, but these errors were encountered: