Highlight a method when it is used
Hello,
I would like to know if there is a way to highlight method names when they are used and not only for their declaration.
I see in the RM preferences color and font that the method name can be set but it affects only the definition
my_method ===> this is currently not highlighted
def my_method
end
Thanks
Nicolas
请先登录再写评论。
Hi Nicolas,
RubyMine doesn't allow to highlight method calls the same way as method declarations, but please try turning on the option File | Settings | Editor | Highligh on Caret Movement | Highlight usages of element on caret.
Hope this help.
Regards,
Oleg
Thanks, it doesn't do the trick but useful anyway