Closed ggilmore closed 6 years ago
Thank you for your trying.
Currently, go to difinition is experimental feature so you must specify --experimental-features
flag
Thanks for the quick reply! Unfortunately, repeating the same steps above causes me to experience the issue described in https://github.com/mtsmfm/language_server-ruby/issues/36. I'll close this issue in favor of that one.
I downloaded the latest version of the extension (
0.1.1
at this time), and tried to use it on the https://github.com/mtsmfm/language_server-ruby project itself.I tried to go to definition with
result
on line 70 in this file. I expected it to take me to the declaration right above it, but instead it says that no definition was found.Is this expected to work? I haven't modified any of the default options for the extension.