ruby-electric
ruby-electric copied to clipboard
Add more heuristic on inserting matching paren/char/end
- It is not very useful to insert
]'|"}when typing['|"{and there's matching one on current line - It is not useful to insert
endwhen editing a block withend(rewritingdofor example)
when I press Enter after a do |...| the end keyword is added automatically. It's not so expected. What about checking it it is needed?