Disable curly brace to do/end conversion
With the latest version of Rubymine, if you're in a curly brace pair and press enter it is converted to a do/end. I cannot find any way to disable this. It is very common for procs to use curly braces over multiple lines.
Can it be disabled?
Thanks,
H
RubyMine 2018.2
Build #RM-182.3684.86, built on July 23, 2018
Please sign in to leave a comment.
Preferences > Editor > Code Style > Ruby > Other > Convert {} blocks to do..end by Enter
Aha, thank you...
In which case, I think there is a bug in the way the preferences search box works. If you search for "block", the "Other" tab of that screen is *not* highlighted.
Searching for other terms on other tabs does work. I think that "Other" tab has not been hooked up correctly?
Thanks!
H