Skip to content

ayqy/browser

Repository files navigation

EmbeddedBrowser

An embedded browser for your VS Code.

Other languages: 中文

Features

Open a browser just inside your VS Code.

Like this (Google searching on the other side):

coding-with-searching

Like this (Looking up API docs on the other side):

coding-with-API-docs

Or this (Previewing local web page on the the other side):

coding-with-preview

Full Feature List

  • Open any HTTP/HTTPS URL inside your VS Code.

  • Navigation, forwarding, backwarding, refreshing are all available.

  • Record history locally, and autocomplete on typing address.

  • Restore opening Browser Panel after VS Code restart.

Installation

No extra requirements, install and enjoy now.

Usage

Just type Open Browser at Command Palette.

All Commands

  • Open Browser: Open an embedded browser on the other side.

  • Close Browser: Close the embedded browser immediately.

  • Clear Hisotry: Clear local hisotry.

Known Issues

Feel free to file an issue, and contributions are very welcome.

Release Notes

1.0.0

  • Initial release of Browser.

1.0.1

  • Rename to unique EmbeddedBrowser

  • Completing the usage docs.

1.1.0

  • Clear History command is available now.

  • Fix broken history.

  • Completing the commands docs.