How to select a file by filename in atom's treeview

Asked 2 years ago, Updated 2 years ago, 120 views

Is there a plug-in or configuration in atom that allows you to select only the file name or directory name that contains t from the top by typing t, for example, when there is a directory called templates, instead of hjkl moving it line by line when there are many files in the tree view?

atom-editor

2022-09-30 21:13

2 Answers

How about the fuzzy-finder package (which is included by default)?If you enter the file name after the command below, the file will be narrowed down from the project folder.
Mac:cmd+p or cmd+t
Win:ctrl+p or ctrl+t


2022-09-30 21:13

It's self-solving, but I'll post it for those who have the same problem in the future.
The package called advanced-open-file is a little different from what I intended, but I was able to handle it.


2022-09-30 21:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.