_From @AlminCode on July 12, 2016 7:57_
Steps to Reproduce:
_Copied from original issue: Microsoft/vscode#9117_
@AlminCode @weinand: The ruby extension does not yet support symbol marking. Development for this functionality is in progress.
@HookyQR Oh, didn't know, thanks for the clarification!
:( looks like Im still stuck using intelliJ for Ruby. Cant wait for this feature!
@xmattstrongx intellij has an inhouse AST parser and we don't have a perfect competitive open source library so it takes time to handle it :)
Im also expecting this feature. Thanks for handling it. 馃憤
Might Ripper (the Ruby-parsing library that's now part of Ruby's stdlib) be useful here?
@yozlet thanks for the info, I'll see if I can convert Ripper to language service.
Update to v0.6.0. Solved by #59.
@yozlet look at https://github.com/castwide/solargraph
@HookyQR it is not working for Class methods
Ty
I have the plugin installed, but not getting goto definition functionality anywhere - is there something I have to do to active it?
now working - needed the following settings:

and a restart ...
i can't found ruby.codeCompletion in my vscode
Most helpful comment
now working - needed the following settings:
and a restart ...