Casey Bailey
Casey Bailey

Reputation: 1

Komodo IDE Ruby on Rails Editor auto-insert code issues

I've searched all over this site, and since I don't know what this particular function is called, I'm not sure how to find the answer, so apologies if this is a repeat.

I'm a new Ruby On Rails dev using Komodo IDE. When I type something such as

def full_title

it auto-inserts a bunch of crap until the text looks like:

def fulll_title(args) #code end

How do I either get rid of the (args) and (#code) or make use of them? Having to manually delete that junk is getting really, really old. I'm fine with either solution as long as there IS a solution. I don't even know what that particular feature is called, so I'm having a really hard time Googling/finding the answer on my own

Upvotes: 0

Views: 246

Answers (1)

Related Questions