nextjournal / nextjournal/clojure-mode
Pressing `)` should tidy up newlines after the cursor until end of form
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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