1. mac 安装 ctags
brew install ctags
  1. 安装 vscode 插件 CTags Support
    在这里插入图片描述
  2. 构建索引(包含 gem path)
$ cd /my_project
$ ctags -R -f .tags --exclude=.git --exclude=tmp --exclude=public --exclude=node_modules --exclude=app/assets --languages=ruby --recurse . `bundle show --paths`
  1. command + T 或者 command + 点击 跳转成功
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐