This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Description

Description
Currently, the Project Explorer and Editor are accessed via different URLs, requiring users to select a file in the explorer, which then redirects to the JSON editor view. This workflow can be cumbersome and disrupts the user experience.
Proposed Solution
Implement a unified interface similar to Visual Studio Code (VSCode), where both the Project Explorer and Editor are integrated into one view. This will allow users to seamlessly navigate project files and edit them without switching between different URLs.
Benefits
- Improved Workflow: Managing files and editing them in one place enhances productivity.
- User Experience: A VSCode-like UI provides a more intuitive and familiar environment for developers.
- Efficiency: Reducing the number of clicks and navigation steps streamlines the editing process.
Additional Notes
This change could be implemented on the existing localhost/editMode setup, making it easier for users to access all necessary tools in one interface.