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

Parens Matching #92

Open
johnjelinek opened this issue Dec 10, 2013 · 7 comments
Open

Parens Matching #92

johnjelinek opened this issue Dec 10, 2013 · 7 comments

Comments

@johnjelinek
Copy link

It would be great if vsClojure provided Parens Matching like Emacs does.

Example: If I do an open paren, it automatically creates a closing paren and unless I go into "paren-edit" mode, I cannot delete the closing parens.

@ghost ghost assigned frankhale Dec 10, 2013
@frankhale
Copy link
Contributor

A lot of people hate paredit but I actually like it and this is definitely a good feature request to have!

@frankhale
Copy link
Contributor

Might as well through in rainbow parenthesis as well.

@johnjelinek
Copy link
Author

That would be AWESOME

On Thu, Dec 12, 2013 at 8:14 PM, Frank Hale notifications@github.comwrote:

Might as well through in rainbow parenethesis as well.


Reply to this email directly or view it on GitHubhttps://github.com//issues/92#issuecomment-30481207
.

@frankhale
Copy link
Contributor

Parens are matched, see screenshot:

paren-matching

@speige
Copy link
Contributor

speige commented Dec 13, 2013

I think John was asking for it to auto-create the closing paren when you type the opening paren. This could be useful, but I don't see it as critical.

@johnjelinek
Copy link
Author

Yea, at least having rainbow parens would be a step in the right direction.
On Dec 13, 2013 1:46 PM, "Devin Garner" notifications@github.com wrote:

I think John was asking for it to auto-create the closing paren when you
type the opening paren. This could be useful, but I don't see it as
critical.


Reply to this email directly or view it on GitHubhttps://github.com//issues/92#issuecomment-30537838
.

@frankhale
Copy link
Contributor

Good point @speige, something like paredit would be nice. Fortunately there a lot of examples out there in the Clojure world that implement this so if we need we can use those as reference material. The Eclipse Counterclockwise Clojure plugin has a paredit module as well as Emacs and a few others that I know of off the top of my head.

@frankhale frankhale removed this from the Version 3 milestone Aug 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants