Skip to content

[FEATURE] Roadmap & Feature IdeasΒ #1

@wnunezc

Description

@wnunezc

Project Structure Viewer – Roadmap & Feature Ideas 🚧

This section outlines planned features and improvements for the Project Structure Viewer.


πŸ“Œ Planned Features

πŸ”„ Better Scroll Management

  • Enable vertical scroll only on the content area instead of scrolling the entire page.
    This makes the file tree navigation cleaner and improves UX when viewing long lists of files and folders.

πŸ” View File Content with Modal

  • After the file tree is generated, append a [view] label next to each file name, aligned with the expansion markers ([+] / [-]).
  • Clicking [view] should load the file content dynamically via JavaScript and display it inside a modal window.
    This allows users to preview file contents without navigating away.

πŸ”— Symbolic Link Indicator

  • If a file is a symbolic link, automatically append [ln] to its name in the structure view.
    This helps identify linked files or redirects within the file tree clearly.

🧠 Example Output Preview (Planned)

[+] src/
  [-] components/
     └── Header.js           [view]
     └── Footer.js           [view]
  [-] utils/
     └── formatter.js        [view]
     └── config.json         [view]
     └── symlink-file.js     [view] [ln]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions