
FilePathBar — Show the full file path in the Visual Studio editor bottom status bar, with a copy button and a relative-path toggle.
Features:
- Displays the full path of the current file at the bottom of the editor
- Copy button: click to copy the full path, right-click to copy only the file name, double-click to open the file location in Explorer
- Rel toggle: switch between absolute and relative path modes
- Off (default) — always shows the absolute path
- On + project file — shows the path relative to the solution directory
- On + non-project file — shows at most 3 trailing segments (e.g.
...\QuarticTest\QuarticSolver.cs)
- Toggle state is persisted across VS restarts
- Requires Visual Studio 2026 (17.14+) — Windows only
FilePathBar — 在 Visual Studio 编辑器底部状态栏显示当前文件完整路径,附带复制按钮和相对路径开关。
功能:
- 在编辑器底部显示当前打开文件的完整路径
- 复制按钮:左键单击复制完整路径,右键单击仅复制文件名,双击在资源管理器中打开文件所在位置
- Rel 开关:在绝对路径和相对路径之间切换
- 关(默认)— 始终显示绝对路径
- 开 + 项目文件 — 显示相对解决方案目录的路径
- 开 + 非项目文件 — 显示末尾至多 3 层目录(如
...\QuarticTest\QuarticSolver.cs)
- 开关状态重启 VS 后保持
- 需要 Visual Studio 2026 (17.14+) — 仅 Windows
| |