TabExtensionTabExtension is a Visual Studio 2022/2026 (64-bit) extension that adds useful commands to the document tab context menu. CommandsReloadReverts the active document's contents from disk, discarding any unsaved edits in that tab immediately (no confirmation prompt). Reload All TabsReverts the contents of every open document tab from disk, discarding any unsaved edits immediately (no confirmation prompt). Copy Relative PathCopies the active document's path relative to its Git repository root, solution directory, or project directory (whichever is found first, in that order). Copy File NameCopies just the active document's file name, with extension. |