Remote File Explorer is a lightweight VS Code extension that opens a browsable file explorer in a Webview panel. It provides a compact visual file browser similar to a desktop file manager.
Key features
Grid and list views for browsing files and folders
Zoom controls (increase/decrease thumbnail size)
Double-click behavior:
Double-click a folder: opens in the same webview panel
Shift + double-click a folder: opens in a new panel/tab
Back / Forward / Up navigation with history tracking
Open files in the main editor from the webview
Commands
The primary (and most convenient) way to open the Remote File Explorer is via the Explorer context menu — right-click any file or folder in the VS Code Explorer and choose "Open in Remote File Explorer" (this runs the remoteFileExplorer.openInremoteFileExplorer command for the selected resource).
The extension exposes these commands (use the Command Palette or bind keys):
remoteFileExplorer.openInremoteFileExplorer — Open a specific folder in the Remote File Explorer (prompts for a path if none provided)
remoteFileExplorer.openInRemoteContainingFolder — Open the containing folder of the currently active file