/directory-files

Directory Files is a small VSCode extension which allow you to view files in the directory relative to the current open file.

Primary LanguageTypeScriptMIT LicenseMIT

Directory Files

Directory Files is a small VSCode extension which allow you to view files in the directory relative to the current open file. Also known as sibling files. This is useful if you are working in a file and want to view files next to it. Eg. when jumping between style and implementation file in a component based project.

Directory Files

Features

Call Show Files In Directory to show a quick list with files from the directory relative to the current open file. Or you can add it to settings.json like this:

{ "key": "cmd+e", "command": "extension.showDirectoryFiles" }

Settings

Settings Name Description Default value
directory-files.showFilePath Show file path next to the filename false

Installation

You can download the extension from the VSCode marketplace here.

License

Directory Files is released under the MIT License.