File Path Bar README
Show active file path in status bar.
Features
- show active file path in status bar.
- show active file's menus when click status bar item.
Tutorial
0. ⬇️ Install File Path Bar
Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type file-path-bar
and press Enter and click Install. Restart VS Code when installation is completed.
1. 👀 Active file path in status bar.
The active file path is automatically displayed in status bar. Click to copy the path or browse to the folder where the file is stored.
2. 🔧 Next step
You can change settings by settings.json
. And you can apply keyboard shortcuts by keybindings.json
.
Enjoy!
Commands
File Path Bar: Show Menu ...
: Show File Path Bar menu.
Extension Settings
This extension contributes the following settings by settings.json
( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):
filePathBar.statusBarAlignment
: Alignment on status bar. Requires a restart to take effect.
Keyboard shortcut Settings
In default, filePathBar'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 |
File Path Bar: Show Menu ... |
filePathBar.menu |
Release Notes
see ChangLog on marketplace or github
Support
GitHub Issues
License
Boost Software License
Download VSIX file ( for VS Code compatible softwares )
Releases · wraith13/file-path-bar-vscode
Other extensions of wraith13's work
Icon |
Name |
Description |
|
Background Phi Colors |
This extension colors the background in various ways. |
|
Zoom Bar |
Zoom UI in status bar for VS Code. |
|
Blitz |
Provide a quick and comfortable way to change settings by quick pick based UI. |
See all wraith13's expansions: https://marketplace.visualstudio.com/publishers/wraith13