Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

✨ Command to list extensions

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
swift
Domain
cli

Research direction

No file or test entry point is named. Start by locating the CLI command handling and the source of installed-extension data; then verify both identifier-only output and the optional detailed table, including the documented short and long flags.

Written by the indexing model from the issue text.

Description

enhancement

Proposed Addition

Argument Description
-le or --list-extensions Outputs list of installed extensions

Description

Lists the installed extensions unique identifiers along with optional display name, author, status, size, and version.

Examples

Usage
codeedit --list-extensions
codeedit -le

Which would output...

johnsmith.react
janedoe.eslint
jakedaniels.prettier

You can also pass an additional flag to get more information

codeedit --list-extensions -l

Which would output...

ID                    Name      Author      Version
===================================================
johnsmith.react       React     John Smith    1.1.4
janedoe.eslint        ESLint    Jane Doe      2.1.2
jakedaniels.prettier  Prettier  Jake Daniels  1.6.3
Dominant language
Swift
Stars
81
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeEditApp/CodeEditCLI

All issues in CodeEditApp/CodeEditCLI

Similar issues

More Swift issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.