2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,484 stars (1,484 stars)64 forks (64 forks)batch import
PR welcomehelp wanted
Description
To do that, we will probably need to expose replicate here.
Contributor guide
- Tech stack
- javascripttypescriptnodejs
- Domain
- toolingdeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- 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
- JavaScriptVS Code extension APIAtom package APISublime Text plugin API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests plugins for VSCode, Atom, and Sublime Text to integrate with the `replicate` function from src/cli.js. A good starting point would be to research the plugin APIs for each editor, perhaps starting with VSCode due to its popularity and extensive documentation. Look at existing VSCode extension examples to understand the structure. The main challenge is exposing the CLI functionality as editor commands.