Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate auto-closing parens #37

Open
pesterhazy opened this issue Nov 20, 2017 · 0 comments
Open

Investigate auto-closing parens #37

pesterhazy opened this issue Nov 20, 2017 · 0 comments

Comments

@pesterhazy
Copy link
Collaborator

In chez's repl, when you type ), the expeditor automatically inserts ) or ] depending on the relevant opening parens.

An alternative would be to auto-balance parens, paredit-style.

@cgrand cgrand mentioned this issue Nov 21, 2017
pesterhazy pushed a commit that referenced this issue Dec 4, 2017
(derives from multiline) (related to #37)

Automatically insert matching closing delimiter (])}") in standard context (not in comments, not in strings, etc.).
Indent on newlines.
When typing the closing delimiter, if already present just move the cursor.

So if the user type a form from start to finish it won't notice anything (except some indentation).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant