Open
Description
Increasing Access
- Improves accessibility by enabling keyboard navigation for file and folder management.
- Helps users with motor disabilities who rely on keyboard shortcuts instead of a mouse.
- Enhances workflow efficiency for developers by reducing reliance on UI buttons.
Feature request details
Current Issue:
- Users must manually right-click or use UI buttons to rename, create files, and create folders in the project structure tab.
- This slows down workflow and makes navigation less efficient.
Proposed Solution:
- Introduce keyboard shortcuts for these common actions.
Suggested Shortcuts:
- Rename File/Folder: F2 (Standard rename shortcut in many IDEs)
- Create New File: Ctrl + N (Common shortcut for new files)
- Create New Folder: Ctrl + Shift + N (Familiar shortcut for creating folders)
Benefits:
✅ Faster Workflow – Reduces the time spent managing files and folders.
✅ Better Accessibility – Allows users with disabilities to manage files more easily.
✅ Improved Developer Experience – Streamlines project setup and organization.
Are you working on this issue ?
Yes