Vscode-ruby: GoTo Definition not working for Ruby

Created on 12 Jul 2016  路  12Comments  路  Source: rubyide/vscode-ruby

_From @AlminCode on July 12, 2016 7:57_

  • VSCode Version: Code 1.3.0
  • OS Version: OS X, El capitan

Steps to Reproduce:

  1. Open ruby file in VS code
  2. Press F12 on selected method - nothing happens

_Copied from original issue: Microsoft/vscode#9117_

Most helpful comment

now working - needed the following settings:

and a restart ...

All 12 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

epk picture epk  路  5Comments

webmastak picture webmastak  路  4Comments

rachsmithcodes picture rachsmithcodes  路  5Comments

pelletencate picture pelletencate  路  5Comments

Snake-Sanders picture Snake-Sanders  路  4Comments