enthrops
enthrops

Reputation: 729

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?

Upvotes: 1

Views: 139

Answers (1)

yole
yole

Reputation: 97308

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

Upvotes: 1

Related Questions