Search code examples
rubymine

How to set up RubyMine so that |tab| will trigger completion or indent depending on context?


Is there a way to set up RubyMine so that if the cursor is right after a symbol, pressing |tab| will trigger autocompletion, but if it's not, pressing |tab| will indent?


Solution

  • This kind of customization can only be accomplished by writing a plugin.