簡單的筆記
寫 Ruby 時 如何在VS Code 上有 intellisense (go to/peek definition/symbol)
打開 VS Code 的 settings
加入settings
"ruby.locate": {
"include": "**/*.rb",
"exclude": "{**/@(test|spec|tmp|.*),**/@(test|spec|tmp|.*)/**,**/*_spec.rb"
},
如果你有安裝 Solargrah (通常都會裝)
建議再加入這個設定
"ruby.intellisense": "rubyLocate"
最後結果