focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.77k stars 100 forks source link

Feature Request: Tree Navigation for Project Folders #151

Open RednibCoding opened 1 year ago

RednibCoding commented 1 year ago

Feature Request: Tree Navigation for Project Folders

Description:

I'd love to see a tree navigation panel added to the left side of the editor, similar to what's available in VS Code. This panel would display the current project folder in a tree-like structure.

Reasoning:

Currently, the editor offers only a flat file structure when pressing Ctrl-P. While this works for smaller projects, as the number of files and folders increases, navigation can become cumbersome and messy. A tree structure would greatly enhance the navigation experience, making it easier for users to understand their project's structure and locate specific files.

Features:

File Operation Capabilities:

focus-editor commented 1 year ago

This is planned, but low priority at the moment.