nextjournal / nextjournal/clojure-mode

Pressing `)` should tidy up newlines after the cursor until end of form

Open
#5 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Clojure
Stars
174
Forks
18
PR merge metrics
No merged PRs in 30d

Description

From the relevant thread on slack

(print "AAA" |
       )

If cursor is at |, when i press ) on my keyboard, i expect it to become:

(print "AAA" )|

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the issue. Start by reproducing the cursor behavior with the provided Clojure snippet; done means pressing ) moves the cursor after the closing parenthesis and removes the newline through the end of the form.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.