เป็นไปได้ไหมที่จะตั้งค่า 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
มีบรรณาธิการเขียนใน C อื่น ๆ ที่ให้บริการend
เติมข้อความอัตโนมัติสำหรับ Ruby?