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
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
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.
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.