-
Notifications
You must be signed in to change notification settings - Fork 41
Folder Explorer
This feature allows the user to navigate through folders the system and choose a file or a directory based on the current command executed. This feature shows the current directory on the top of the popup and, according to the command executed, could show files and directories, only files or only directories.
NOTE: This popup will show up until you click on the close
button. This is done in order to don't close it automatically when the user click outside the current context for some reasons. Also because Sublime Text popups will close automatically when the user click outside of it.
To choose a file or a directory, click one time on it (you will see a panel on the bottom with the name of the file/directory chosen) and then click on the choose
button. If you need to choose a file, you could click directly two times on it to choose it.
To navigate through folders, click two times on them.
To go to the parent folder, click on the ..
folder, that is the first one.
To go back the starting path, click on the reset path
button.
Examples:
Showing only directories:
Showing files and directories:
Selecting a file, in this case test.js
has been selected: