JavaScriptVS Code extension APIAtom package APISublime Text plugin API
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
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.