Можно ли установить Notepad++, чтобы он автоматически end
после печати инструкции class
:
class MyClass // right after I print the first whitespace after 'class' instruction...
end // ...NP++ automatically puts 'end' on the next line OR on the same line (let it be as an option)
И то же самое со словом инструкции def
:
def method // a whitespace after 'def'...
end // ...'end' immediatly appears on the next or on the same line
Существуют ли другие редакторы, написанные на Си, которые предлагают автозаполнение end
для Ruby?