我们有一个带有自定义 gem 的 git 存储库。要安装它 Gemfile 有一行:
gem 'my-gem', :git => 'git@192.168.1.100:my-gem.git'
安装 gem 后,它不会显示在 RubyMine 的外部库中。
如何使 gem 显示在外部库中并自动完成 gem 中的代码?
git rubygems autocomplete rubymine gemfile
autocomplete ×1
gemfile ×1
git ×1
rubygems ×1
rubymine ×1