Billy.Zheng
Billy.Zheng
> Could you try the same scenario with `ruby-mode` first, too? Yes, it works. it can jump from ```rb field :user_info, resolver: Resolvers::UserInfoResolver ``` to ```rb class Types::UserQuery::Resolvers::UserInfoResolver < Resolvers::Base...
Maybe i should switch back to builtin ruby-mode, anyway, some of advantage of enh-ruby-mode was exists on solargraph when use with lsp (though, i disable it), and @zenspider is busy,...
i can reproduce on a very simple config, following is log: ``` Debugger entered--Lisp error: (error "Can’t find the location") error("Can't find the location") robe-jump-to-module(#("Resolvers::UserInfoResolver" 0 9 (font-lock-face font-lock-type-face fontified...
consider check this: https://github.com/zenspider/enhanced-ruby-mode/issues/182
> Only with `enh-ruby-mode`, right? Yes. > Is there some advantage when used together with LSP? I'm not aware of any. 1. it have auto complete/jump to function feature, but...
> I use `ruby-mode`. I'm maintaining it, after all. I will try to switch back to ruby-mode, BTW, where is the official repo of ruby-mode? i never saw it on...
> As for the rest, I was asking for reasons to use `enh-ruby-mode` 1. more better highlight. 2. more better performance when open and edit a large rb file. >...
Let us try with `https://raw.githubusercontent.com/ruby/irb/master/lib/irb.rb` + VS Code theme. left: ruby-mode, right: enh-ruby-mode.  Okay, because i never use builtin ruby-mode for very long time, it looks like almost same...
We can test on this the biggest file which builtin on ruby 3.1.0 [markdown.rb.gz](https://github.com/dgutov/robe/files/7877284/markdown.rb.gz) I use emacs daemon mode, and start a new frame before open it. When i use...
BTW, if you are the ruby-mode committer, i have a feature request, in fact, i want to request this for a long time. In the ruby-mode source code, we can...