Project Structure Viewer β Roadmap & Feature Ideas π§
This section outlines planned features and improvements for the Project Structure Viewer.
π Planned Features
π Better Scroll Management
π View File Content with Modal
π Symbolic Link Indicator
π§ Example Output Preview (Planned)
[+] src/
[-] components/
βββ Header.js [view]
βββ Footer.js [view]
[-] utils/
βββ formatter.js [view]
βββ config.json [view]
βββ symlink-file.js [view] [ln]
Project Structure Viewer β Roadmap & Feature Ideas π§
This section outlines planned features and improvements for the Project Structure Viewer.
π Planned Features
π Better Scroll Management
This makes the file tree navigation cleaner and improves UX when viewing long lists of files and folders.
π View File Content with Modal
[view]label next to each file name, aligned with the expansion markers ([+]/[-]).[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
[ln]to its name in the structure view.This helps identify linked files or redirects within the file tree clearly.
π§ Example Output Preview (Planned)