neo-tree.nvim icon indicating copy to clipboard operation
neo-tree.nvim copied to clipboard

FEATURE: Favorite list folder

Open mr-scrpt opened this issue 2 months ago • 1 comments

Did you check the docs?

  • [X] I have read all the docs.

Is your feature request related to a problem? Please describe.

In a project, there are often key directories that you would like to have quick access to. For example, my project uses the FSD methodology, where the project structure is predefined

  • shared/
  • entities/
  • features/
  • widgets/
  • page/
  • app/

For example I am working with a file in the entities layer, let entities be user, inside this directory I have a controller directory and in it the file user.controller.ts. So I am in src/entities/user/controller/user.controller.ts and I need to open the features folder to see what I have there - now I have to open the neo tree and manually navigate to the right directory or use the search which often has a lot of unnecessary results.

Regardless of architecture and methodologies, projects often have popular catalogs that I would also like to have quick access to.

Describe the solution you'd like.

I would like to have a favorites mechanism to which you can add directories, for example as it is done in the harpoon plugin or something similar While in neo tree on any of the directories you can press a key combination that will add the directory to favorites, it can be a separate tab in neo tree. Then, when working with files we can call the list of favorite directories, select the one we are interested in, then neo tree will go to the selected directory and we will see all the contents. It's possible to improve this behavior - to make it like harpoon - move to the added directory by hotkey. To open neo tree in a favorite directory we can press <leader>ega, <leader>egs, <leader>egd, <leader>egf - and so on. Where A,S,D,F - corresponds to the serial number in the favorite directory.

Describe alternatives you've considered.

No response

Additional Context

No response

mr-scrpt avatar May 30 '24 09:05 mr-scrpt