-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request