An open API service indexing awesome lists of open source software.

https://github.com/wraith13/file-path-bar-vscode

Show file path in status bar for VS Code.
https://github.com/wraith13/file-path-bar-vscode

Last synced: 10 months ago
JSON representation

Show file path in status bar for VS Code.

Awesome Lists containing this project

README

          

# File Path Bar README

[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/wraith13.file-path-bar.svg) ![installs](https://vsmarketplacebadge.apphb.com/installs/wraith13.file-path-bar.svg) ![rating](https://vsmarketplacebadge.apphb.com/rating/wraith13.file-path-bar.svg)](https://marketplace.visualstudio.com/items?itemName=wraith13.file-path-bar)

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.

![screenshot](images/screenshot.png)

## 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](#extension-settings) by `settings.json`. And you can apply [keyboard shortcuts](#keyboard-shortcut-settings) 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`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( 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`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)
( 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](https://marketplace.visualstudio.com/items/wraith13.file-path-bar/changelog) or [github](https://github.com/wraith13/file-path-bar-vscode/blob/master/CHANGELOG.md)

## Support

[GitHub Issues](https://github.com/wraith13/file-path-bar-vscode/issues)

## License

[Boost Software License](https://github.com/wraith13/file-path-bar-vscode/blob/master/LICENSE_1_0.txt)

## Download VSIX file ( for VS Code compatible softwares )

[Releases ยท wraith13/file-path-bar-vscode](https://github.com/wraith13/file-path-bar-vscode/releases)

## Other extensions of wraith13's work

|Icon|Name|Description|
|---|---|---|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/background-phi-colors/3.1.0/1581619161244/Microsoft.VisualStudio.Services.Icons.Default) |[Background Phi Colors](https://marketplace.visualstudio.com/items?itemName=wraith13.background-phi-colors)|This extension colors the background in various ways.|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/zoombar-vscode/1.2.1/1563089420894/Microsoft.VisualStudio.Services.Icons.Default) |[Zoom Bar](https://marketplace.visualstudio.com/items?itemName=wraith13.zoombar-vscode)|Zoom UI in status bar for VS Code.|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/blitz/1.6.0/1598232590017/Microsoft.VisualStudio.Services.Icons.Default) |[Blitz](https://marketplace.visualstudio.com/items?itemName=wraith13.blitz)|Provide a quick and comfortable way to change settings by quick pick based UI.|

See all wraith13's expansions: