Environment macOS Catalina 10.15.5
I want to do a method jump so that when I read the source code written by another person in Ruby, I can easily find the definition location of the method, so I will write down the method I arrived at after trying various things.
I mainly used Atom as a text editor, but I tried various methods of jumping Ruby code with Atom, but it didn't work.
It was decided that
https://azure.microsoft.com/ja-jp/products/visual-studio-code/
--Select view from the menu bar --Select command palette --Select configure display language --select install additional language --Find the package of Japanese Language Pack for Visual Studio Code --Select configure display language again --Select ja --VSCode restart
You can search in the extension search box
Open the settings of the installed Ruby extension Ruby: Changed Intellisense from false to rubylocate
Hold down ⌘ and click the method you want to jump to to the definition location!
It took about 15 minutes so far, so it was very easy!