Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Explorer BrowserNew to Visual Studio Code? Get it now.
Explorer Browser

Explorer Browser

Eric Moore

|
54 installs
| (0) | Free
A lightweight VSCode extension that allows you to browse web content directly within VSCode's explorer view.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Explorer Browser

Extension Marketplace | .vsix Installer | 简体中文 | English

A lightweight VSCode extension that allows you to browse web content directly within VSCode's explorer view.

demo

Features

  • 🌐 Open web pages directly in VSCode explorer
  • 🔄 Support basic browser operations (forward, back, refresh)
  • 🔒 Configurable focus lock indicator
  • 🔗 Open current page in external browser
  • 📱 Responsive interface design

Installation

There are two ways to install Explorer Browser:

  1. Install from VSCode Extension Marketplace:

    • Search for "Explorer Browser" in the VSCode extension marketplace, or
    • Use the following command:
    code --install-extension eric-gitta-moore.explorer-browser
    
  2. Manual Installation:

    • Download the .vsix file from the Releases page
    • In VSCode, go to Extensions view (Ctrl+Shift+X)
    • Click the ... (More Actions) button at the top of the Extensions view
    • Select "Install from VSIX..."
    • Choose the downloaded .vsix file

Usage

  1. Type Explorer Browser: Open URL in the VSCode command palette or use the shortcut to open the URL input box
  2. Enter the URL you want to visit (default is example.com)
  3. The webpage will open in the explorer view
  4. Use the toolbar buttons for navigation:
    • Back
    • Forward
    • Refresh
    • Open in external browser

Configuration

The following options can be configured in VSCode settings:

  • explorerBrowser.focusLockIndicator.enabled: Enable/disable focus lock indicator (default: false)
  • explorerBrowser.hiddenAddressBar: Show/hide the address bar at the top of the browser (default: false)

Development

Requirements

  • VSCode ^1.97.0
  • Node.js
  • pnpm

Local Development

  1. Clone the repository
git clone https://github.com/eric-gitta-moore/vscode-explorer-browser.git
  1. Install dependencies
pnpm install
  1. Open the project in VSCode and press F5 to start debugging

License

MIT

Author

Eric Moore

Reference

  • vscode-extension-samples
  • vscode built-in vscode.simple-browser
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft