Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Clickable File Path on Footer
Clickable File Path on Footer

Clickable File Path on Footer

Karl Lee

|
82 installs
| (2) | Free
Interactive status bar file path. Supports absolute/relative toggles, slash toggles, rich file stats, and Explorer shortcuts.
Download

Clickable File Path on Footer

Visual Studio Marketplace

A lightweight, high-productivity extension for the Visual Studio IDE that injects an interactive file path display into the status bar. This tool is designed for developers who need rapid access to file metadata and paths without navigating through complex IDE menus.


📸 Screenshot

Clickable File Path Footer Action


🚀 Features

  • Selectable Path Display: Unlike static labels, the path is rendered in a borderless, transparent text box. This allows you to highlight specific sections of the path with your mouse and use Ctrl+C to copy individual folder names or sub-paths.
  • The [ File ] Action Button: A multi-functional control situated next to the path:
    • Left-Click: Copies the full, formatted path to your clipboard.
    • Shift + Left-Click: Copies only the file name (e.g., Class1.cs).
    • Right-Click: Instantly opens Windows File Explorer with the current file selected.
  • Path Customisation:
    • [ / ] Toggle: Switch between Windows backslashes (\) and cross-platform forward slashes (/)—ideal for JSON, Docker, or web configurations.
    • [ Rel ] Toggle: Toggle between the full absolute path and a path relative to your Solution root.
  • Rich Tooltips: Hover over the path to view the file size (KB) and the last modified date/time.
  • Theme Aware: Automatically adjusts text colour to remain perfectly readable on Dark, Light, and Blue Visual Studio themes.

🛠 Installation

  1. Open Visual Studio.
  2. Go to Extensions > Manage Extensions.
  3. Search for "Clickable File Path on Footer".
  4. Click Download and restart Visual Studio to complete the installation.

Alternatively, download the .vsix package from the Visual Studio Marketplace.


📖 Usage & Shortcuts

Action Shortcut / Command
Copy Full Path Left-click [ File ]
Copy File Name Shift + Left-click [ File ]
Open in Explorer Right-click [ File ]
Select Sub-string Highlight path text with mouse + Ctrl + C
Toggle Slashes Click [ / ] or [ \ ]
Toggle Relative Click [ Rel ] or [ Abs ]

🛠 Built With

  • C# - Core logic and .NET integration.
  • WPF - Custom status bar UI injection.
  • VSSDK - Visual Studio Extensibility SDK.

📝 Changelog

  • v1.4.5 - Clipboard stability bug fixed, also prioritised right hand side of path for smaller displays.
  • v1.4.4 - Fixed a UI bug where interacting with footer toggles would cause the Solution Explorer to lose active window focus.
  • v1.4.3 - Added explicit installation support for Visual Studio Professional and Enterprise editions.
  • v1.4.2 - Marketplace documentation updates, including a live UI screenshot.
  • v1.4.1 - Resolved README rendering and badge generation issues.
  • v1.4 - Enabled path detection and display for Solution Explorer Preview Tabs.
  • v1.3 - Refined UI right-alignment and spacing for improved responsiveness.
  • v1.2 - Upgraded status bar layout to a responsive Grid system, ensuring long file paths no longer push action buttons off-screen.
  • v1.1 - Resolved theme colour bugs to ensure seamless contrast across all native Visual Studio themes (Light, Dark, and Blue).
  • v1.0 - Initial public launch.

📄 License & Copyright

© 2026 Karl Lee. All Rights Reserved.

This repository and its contents are the property of the author. No license is granted to copy, distribute, modify, or create derivative works from this code without explicit written permission.


Created with ❤️ for the Visual Studio Community.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft