twome / ActiveFileInStatusBar

Visual Studio Code extension showing currently active file in the status bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active File In Status Bar

Visual Studio Code extension for showing the full path of the currently active file in the status bar.

ActiveFileInStatusBar in action

Install

Install ActiveFileInStatusBar directly from the Visual Studio Code extension gallery.

Options

// Enable/Disable ActiveFileInStatusBar
"ActiveFileInStatusBar.enable": true,
// Show fullpath or relative path in status bar.
"ActiveFileInStatusBar.fullpath": true,
// Reveal the active file in the file system.
"ActiveFileInStatusBar.revealFile": false,
// Set text color for the filename in the status bar.
"ActiveFileInStatusBar.color": "",

Contribute

See ActiveFileInStatusBar's github page

About

Visual Studio Code extension showing currently active file in the status bar.

License:MIT License


Languages

Language:JavaScript 100.0%