12

I have spent the last 30 minutes trying to find examples on how to configure SublimeCodeIntel plugin on Sublime Text 2 to work with Rails / Ruby on windows. And even if it is stated in the documentation that it does support Rails, there is no example of the configuration.

From what I've read so far, getting Rubygems to work with this plugin is not possible, but rails should work. Has anybody successfully set up this plugin and if so, can you please help or share your configuration with me?

Mathias Müller
  • 22,203
  • 13
  • 58
  • 75
Haris Krajina
  • 14,824
  • 12
  • 64
  • 81
  • https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues/248 – ant Dec 11 '13 at 15:54
  • http://sublimecodeintel.github.io/SublimeCodeIntel/ has installation guide. What things after these instructions don't work and which things work? – mico Dec 14 '13 at 19:02
  • @mico well you get install guide which is basic specially if you use `package control` but there is not guide on how to setup this for windows, since sublimecodeintell has config file which you need to tune to have go to definition working. – Haris Krajina Dec 16 '13 at 09:17
  • This plugin does need a detailed usage documentation!! I have installed it long time and never happened to use it as its not st. forwardly documented. – uday Dec 19 '13 at 14:31
  • @uDaY does go to defintion work for you? Are you using Windows? – Haris Krajina Dec 19 '13 at 15:07
  • If you change mind, You can use, netbeans with lots of supported plugins.... – przbadu Dec 20 '13 at 11:30
  • Use `Sublime Text 3` go to defintion works out of the box, but still no go to gem definition. – Haris Krajina Jan 14 '14 at 22:29

1 Answers1

0

I would say most people either use VS Code these days for Go To Definition in Ruby Navigate to Ruby function definition in VS Code

Or RubyMine https://www.jetbrains.com/help/ruby/navigating-through-the-source-code.html#lens_mode_code

Dorian
  • 7,749
  • 4
  • 38
  • 57