Talimat end
yazdırdıktan sonra Notepad ++ 'ı otomatik olarak koyacağı şekilde ayarlamak mümkün mü 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)
Ve def
talimat kelimesiyle aynı :
def method // a whitespace after 'def'...
end // ...'end' immediatly appears on the next or on the same line
end
Ruby için otomatik tamamlama özelliğini sunan başka bir C içinde yazılı editör var mı?