1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript7,823 stars (7,823 stars)750 forks (750 forks)batch import
help wanted
Description
Would be nice if the "find in buffer" could search the terminal too.
Contributor guide
- Tech stack
- javascript
- Domain
- desktoptooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Understanding of Atom's buffer modelFamiliarity with the terminal package
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The repository is archived, so no active development. To implement this feature, one would need to understand how the 'find in buffer' function works in Atom and how to extend it to the terminal pane. Look at the source code of the nuclide terminal package and the core find and replace functionality. Consider examining similar features in other IDEs for inspiration.