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
This will open VSCode at the source location of a method.
This uses object.method(:method_name).source_location and
VSCode's code command in $PATH, so make sure you have that set up.
About
Gem that will open vscode at inspected method source location.