✨ Utility: Ports
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
Research direction
Start by locating the Utility Area and reviewing the port-forwarding feature introduced in #1798. Define the Ports utility around the listed table, context-menu actions, filtering, forwarding state, and errors; use ContentUnavailableView for the zero state. Done means the utility supports the stated acceptance criteria and updates as ports are forwarded or stopped.
Written by the indexing model from the issue text.
Description
Description:
We should add a Ports utility to the Utility Area in CodeEdit that allows users to manage port forwarding within their development environment. This utility will make it easy for users to forward ports, monitor active ports, and configure various port-related settings from within the editor. The functionality will be visually displayed in a table where users can see port numbers, forwarded addresses, and port visibility (private or public). The user will also be able to interact with individual ports through a context menu.
Expected Behavior
- Ports Management Interface:
- A dedicated utility within the Utility Area that lists forwarded ports in a table format.
- The table should include columns for:
- Port number
- Forwarded address
- Port visibility (Private or Public)
- Origin (how the port was forwarded)
- Status (running or stopped)
- Context Menu for Each Port:
- Right-clicking (or Control-clicking) a port should bring up a context menu with the following actions:
- Open in Browser: Opens the forwarded port in the default web browser.
- Preview in Editor: If applicable, open the forwarded address in the editor’s built-in preview.
- Set Port Label: Allows the user to assign a label or name to the port for easier identification.
- Copy Local Address: Copies the local IP/hostname and port to the clipboard.
- Port Visibility: Toggle between Private (accessible only to the local machine) and Public (accessible externally).
- Change Port Protocol: Allow users to change the protocol used for the port (e.g., HTTP, HTTPS).
- Stop Forwarding Port: Stops forwarding the selected port.
- Forward a Port: Manually forward a new port by specifying the port number and address.
- Right-clicking (or Control-clicking) a port should bring up a context menu with the following actions:
- Port Visibility and Protocol:
- Ports can be toggled between Private (only accessible locally) and Public (accessible to other devices).
- Users should be able to modify the protocol for a forwarded port (e.g., switching between HTTP and HTTPS).
- Filter/Search Ports:
- A filter or search input should be provided at the bottom of the table to quickly find ports by number or address.
- Keyboard Shortcuts:
- Consider adding keyboard shortcuts for key actions, such as stopping a port or toggling visibility.
- Error Handling:
- If a port fails to forward or an error occurs during interaction, display a clear error message (e.g., “Port forwarding failed”).
- Gracefully handle cases where a forwarded port is no longer available or conflicts arise.
Acceptance Criteria
- A new Ports Management Utility is available in the Utility Area where users can see and manage their forwarded ports.
- Users can forward new ports, stop forwarding, and toggle visibility between private and public with ease.
- Right-clicking a port shows a context menu with actions like Open in Browser, Preview in Editor, and Change Port Protocol.
- Ports can be filtered or searched for using a filter input in the interface.
- If a forwarded port encounters an error, the system displays a meaningful error message.
- The interface updates dynamically as ports are forwarded or stopped.
Screenshots
[!NOTE]
Please use theContentUnavailableViewfor the zero-state.
Original Issue
I have just built the latest CodeEdit build and used the new feature introduced in #1798, and I noticed that there was no menu to manage open ports. For example, if I ran a web server on http://localhost:3000, an editor like VSCode would show that there is an open port in it's status bar:
What if CodeEdit had open ports in the navigator?
- Dominant language
- Swift
- Stars
- 23k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Getting set up
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.
More from CodeEditApp/CodeEdit
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
CodeEditApp/CodeEdit#2190 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 15/100
CodeEditApp/CodeEdit#2195 · 8 reactions ·
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 35/100
CodeEditApp/CodeEdit#2185 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
CodeEditApp/CodeEdit#2181 ·
-
creashes on startingOpenbug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
CodeEditApp/CodeEdit#2180 ·
All issues in CodeEditApp/CodeEdit
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
callstackincubator/appduct#129 ·
Maintainers usually reply within 1 day
-
clawsweeper:not-repro-on-main impact:ux-friction issue-rating: 🦪 silver shellfish P2
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
steipete/CodexBar#4040 · 1 comment · 1 reaction ·
Maintainers usually reply within 1 day
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
mozilla-mobile/firefox-ios#35827 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
solana-foundation/pay-kit#341 ·
Maintainers usually reply within 1 day
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
serhii-londar/open-source-mac-os-apps#1419 ·
Maintainers usually reply within 5 days