disable autocomplete? intentions? in 1.5
Whenever I write with a "=>" a popup appears that tries to autocomplete on whatever fields the ide decides on. How do I turn this off? I unselected everything in autocomplete and in intentions and inspections, but it keeps popping up. Its really annoying.
请先登录再写评论。
Are you using a Mac? If so, you might accidently still be holding the shift key (for creating the > character) when pressing space after completing the => sequence. I think
shift+space is a shortcut for autocomplete in the Mac OS version of RubyMine, so that's why it shows the autocomplete window. Try disabling this shortcut in the Keymap configuration.
Thank you very much! This was driving me batshit insane.