Easy access to unsaved files for vscode.
- show unsaved files from command pallete
- show unsaved files from status bar
- show unsaved files from view on explorer
This extension only shows unsaved files, does not save nor close.
Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type unsaved-files-vscode and press Enter and click Install. Restart VS Code when installation is completed.
Click unsaved:* in status bar or launch Command Palette(Mac:F1 or Shift+Command+P, Windows and Linux: F1 or Shift+Ctrl+P), Execute Unsaved Files: Show command and select a unsaved file as you like.
You can change settings by settings.json.
Enjoy!
Unsaved Files: Show: show unsaved filesUnsaved Files: Show Nextshow next unsaved fileUnsaved Files: Show Previousshow previous unsaved fileUnsaved Files: Show Viewshow view on explorerUnsaved Files: Hide Viewhide view on explorer
This extension contributes the following settings by settings.json( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):
unsaved-files.statusBar.enabled: set Enable/Disable unsaved files count in status barunsaved-files.statusBar.noUnsavedFilesStatusLabel: set no unsaved files's labelunsaved-files.statusBar.anyUnsavedFilesStatusLabel: set any unsaved files's labelunsaved-files.statusBar.label: set unsaved's labelunsaved-files.viewOnExplorer.enabled: set Enable/Disable unsaved files in view on explorer
You can embed icons in the label text by leveraging the syntax:
My text $(icon-name) contains icons like $(icon'name) this one.
Where the icon-name is taken from the octicon icon set, e.g. light-bulb, thumbsup, zap etc.
You can specify unicode characters ( include emoji ) as label text too.
In default, Unsaved Files's commands doesn't apply keyboard shortcuts. Althogh,
you can apply keyboard shortcuts by keybindings.json
( Mac: Code -> Preferences -> Keyboard Shortcuts, Windows / Linux: File -> Preferences -> Keyboard Shortcuts).
Command name on keybindings.json is diffarent from on Command Pallete. See below table.
| on Command Pallete | on keybindings.json |
|---|---|
Unsaved Files: Show |
unsaved-files.show |
Unsaved Files: Show Next |
unsaved-files.showNext |
Unsaved Files: Show Previous |
unsaved-files.showPrevious |
see ChangLog on marketplace or github
Releases · wraith13/unsaved-files-vscode
| Icon | Name | Description |
|---|---|---|
| Background Phi Colors | This extension colors the background in various ways. | |
| Blitz | Provide a quick and comfortable way to change settings by quick pick based UI. | |
| Zoom Bar | Zoom UI in status bar for VS Code. |
See all wraith13's expansions: https://marketplace.visualstudio.com/publishers/wraith13


