Skip to content

Unofficial port of VS Code's code viewing component to a chromium extension.

Notifications You must be signed in to change notification settings

wmqok/vs-code-viewer-extension

 
 

Repository files navigation

VS Code Viewer is an unofficial port of VS Code's editor component to a browser extension for automatically viewing programming language files and data files with VS Code's default language support.

Automatic configuration

  • Theme is inferred from your browser/OS theme.
  • Language is automatically inferred from content type and file extension.

Limitations

  • No extension support. Extensions can't be supported until Monaco supports extensions.
  • Allow scripts. The extension is served in an iframe within the parent page, so the page must allow scripts. Some sites (like GitHub) prevent viewing raw code with scripts for security reasons.

About

Unofficial port of VS Code's code viewing component to a chromium extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.6%
  • HTML 30.9%
  • JavaScript 15.4%
  • PowerShell 8.1%