processing/processing
GitHub で見るAdd enhancements to bracket/paren/brace/quote closing in the editor
Open
#5,032 opened on 2017年4月26日
enhancementhelp wanted
説明
I see that auto-close has the basic expected behavior, but it would be a lot easier if
- inserting
{would also insert newline and indent - if an auto-closed character(
( { [ ' ") and its pair are both typed by the user, delete the inserted closing character - deleting the auto-closed character will delete it's pair as well as its closing pair we just inserted
I know these are minor improvements, but if I could find the place the current auto-close functionality is located, I would be happy to code it. Any other recommendations/ideas welcome! Thanks for any help!