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
Hover or CMD+hover over foo on line 9, and see the popup is info for the message method. CMD+Click on foo takes you to def message (line 2).
The behavior works as expected when Hovering or CMD+hover and CMD+Click on message on line 9 (shows message info in popup takes you to def message on line 2 when clicked).
I would expect for foo to either not have a clickable behavior (or ideally, but probably out of scope for this request to go to foo in the with_foo method definition)
The text was updated successfully, but these errors were encountered:
Description
Ruby LSP Information
Ruby LSP Information
VS Code Version
1.95.2
Ruby LSP Extension Version
0.8.13
Ruby LSP Server Version
0.21.3
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
ruby-lsp
to run (gemfile, and rbenv .ruby-version for me)test.rb
with the following:foo
on line 9, and see the popup is info for themessage
method. CMD+Click onfoo
takes you todef message
(line 2).message
on line 9 (showsmessage
info in popup takes you todef message
on line 2 when clicked).I would expect for
foo
to either not have a clickable behavior (or ideally, but probably out of scope for this request to go tofoo
in thewith_foo
method definition)The text was updated successfully, but these errors were encountered: