Vscode: Ruby Go To Definition is not working

Created on 15 Mar 2018  路  2Comments  路  Source: microsoft/vscode

Issue Type: Bug

I have the latest version of VS Code and the Cmd + Click Go to definition is not working. It is not working for my co-worker as well.

VS Code version: Code 1.21.1 (79b44aa704ce542d8ca4a3cc44cfca566e7720f1, 2018-03-14T14:39:09.335Z)
OS version: Darwin x64 17.4.0


System Info

|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz (4 x 2600)|
|Load (avg)|3, 3, 3|
|Memory (System)|8.00GB (0.89GB free)|
|Process Argv|/Applications/Visual Studio Code.app/Contents/MacOS/Electron|
|Screen Reader|no|
|VM|0%|

Extensions: none
Reproduces without extensions

Most helpful comment

Changing the following setting fixes the issue:
"ruby.intellisense": "rubyLocate",

All 2 comments

Changing the following setting fixes the issue:
"ruby.intellisense": "rubyLocate",

Thank you! 馃弳 (although Ctrl+Click still isn't working for me, but at least right-click shows the option)

Update: Scratch that - it only fails for things it can't find the definition for 馃槈

Was this page helpful?
0 / 5 - 0 ratings