jackfirth / jackfirth/resyntax
[Feature request] Interactive fix mode
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 70
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have an interactive fix mode, that would allow for applying rules selectively, and avoid cognitive overload by letting the user focus on changes one by one, instead of all at the time.
This mode would display potential fixes just like what analyze does, but then for each fix it would ask, for example,
- fix
- skip
- see in context (opens your editor)
Contributor guide
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
Start by tracing the existing analyze flow and how it presents potential fixes; the issue does not name specific files, tests, or entry points. Define the interaction around applying or skipping each fix and opening it in the user's editor, then add coverage for the completed interactive workflow.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100