awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
auchenberg avatar

auchenberg/vscode-browser-preview

0
View on GitHub↗
4,383 stars·154 forks·TypeScript·MIT·6 vues

Vscode Browser Preview

vscode-browser-preview est un prévisualiseur web basé sur l'éditeur et un débogueur intégré qui embarque une instance de navigateur en direct directement dans l'espace de travail. Il utilise une intégration de navigateur headless pour synchroniser l'état du navigateur avec l'éditeur de code actif.

Le projet fournit un débogueur web intégré qui permet aux utilisateurs de définir des points d'arrêt et d'inspecter l'état des applications web sans quitter l'interface de l'éditeur. Il permet également l'accès aux outils de développement distants via une URL réseau pour analyser les éléments de page, les styles et l'activité réseau.

Le système prend en charge les flux de travail de développement frontend en fournissant des prévisualisations web dans l'éditeur pour une visualisation en temps réel des styles et des mises en page. Cela inclut des capacités d'inspection de l'état du navigateur et de débogage d'applications web.

Features

  • Editor Live Previews - Provides a live web page preview directly inside the code editor to eliminate switching between environments.
  • Chrome Debugging Interfaces - Utilizes the Chrome DevTools Protocol to provide programmatic browser control and execution state inspection.
  • Debugger Integrations - Integrates a debugger that lets users set breakpoints and inspect web application state inside the editor.
  • Integrated Debuggers - Provides an integrated debugger within the editor for setting breakpoints and inspecting code execution.
  • VS Code Extensions - Provides a specialized browser preview and debugging integration as a VS Code extension.
  • Frontend Development - Facilitates a frontend development workflow by providing real-time visual feedback on styles and layouts.
  • Web Application Debugging - Connects a debugger to a browser instance to set breakpoints and inspect code execution within the editor.
  • Headless Browser Orchestrators - Manages a separate headless browser instance to render web content and expose it within the editor.
  • Browser DevTools Inspections - Allows analysis of page elements and network activity using integrated browser developer tools.
  • Remote DevTools Access - Enables remote developer tools access via a network URL to analyze page elements, styles, and network activity.
  • Process Isolation Architectures - Runs the browser as a separate system process to maintain editor stability and avoid thread blocking.
  • Webview Content Renderers - Renders the remote browser output inside a sandboxed HTML container embedded within the editor user interface.

Historique des stars

Graphique de l'historique des stars pour auchenberg/vscode-browser-previewGraphique de l'historique des stars pour auchenberg/vscode-browser-preview

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Vscode Browser Preview

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Vscode Browser Preview.
  • jakhuang/form-generatorAvatar de JakHuang

    JakHuang/form-generator

    9,330Voir sur GitHub↗

    This is a visual form builder that generates Vue single-file components from a drag-and-drop canvas. It provides a complete workflow for designing forms visually, previewing them in real time, and exporting them as ready-to-use Vue code with validation rules already configured. The tool integrates a drag-and-drop canvas with a live preview pane, allowing you to see the generated form interactively as you build it. It includes an embedded code editor with hot reload, so changes to the generated code are reflected immediately in the preview. A VS Code extension bridge lets you open the designer

    Vueelement-uiform-designermonaco-editor
    Voir sur GitHub↗9,330
  • tonybaloney/vscode-petsAvatar de tonybaloney

    tonybaloney/vscode-pets

    4,105Voir sur GitHub↗

    vscode-pets is a Visual Studio Code extension that integrates virtual pets into the editor. It functions as a developer wellness tool and a webview-based interface enhancement, providing interactive pixel-art companions that live in a dedicated panel within the workspace. The extension allows for a customizable pet population where users can spawn companions with specific types, colors, and names. These pets react to cursor movements and can engage in social behaviors or activities, such as chasing a ball during a fetch trigger. Users can personalize the environment by switching themed backg

    TypeScripthacktoberfesthacktoberfest-acceptedtypescript
    Voir sur GitHub↗4,105
  • microsoft/vscode-recipesAvatar de microsoft

    microsoft/vscode-recipes

    5,959Voir sur GitHub↗

    vscode-recipes is a collection of configuration patterns and guides for setting up debuggers and runtime environments within VS Code. It provides standardized templates and blueprints to connect the editor to local, containerized, or serverless runtimes across a variety of programming languages and frameworks. The project focuses on coordinating simultaneous debugging sessions across client-side and server-side processes to trace logic through full-stack applications. It offers specific patterns for integrating language runtimes and orchestrating multi-language development setups within a sin

    JavaScript
    Voir sur GitHub↗5,959
  • jsbin/jsbinAvatar de jsbin

    jsbin/jsbin

    4,421Voir sur GitHub↗

    JSBin is a collaborative JavaScript playground and online frontend sandbox for writing, executing, and debugging web code. It provides a real-time code editor and an integrated environment that instantly renders HTML, CSS, and JavaScript with a live preview. The platform is designed for live coding demonstrations and pair programming, featuring a broadcasting environment that transmits keystrokes and code changes to other users instantly. It supports real-time synchronization for multiple developers through shared live sessions and includes a transpilation tool to convert alternative programm

    JavaScript
    Voir sur GitHub↗4,421
Voir les 30 alternatives à Vscode Browser Preview→

Questions fréquentes

Que fait auchenberg/vscode-browser-preview ?

vscode-browser-preview est un prévisualiseur web basé sur l'éditeur et un débogueur intégré qui embarque une instance de navigateur en direct directement dans l'espace de travail. Il utilise une intégration de navigateur headless pour synchroniser l'état du navigateur avec l'éditeur de code actif.

Quelles sont les fonctionnalités principales de auchenberg/vscode-browser-preview ?

Les fonctionnalités principales de auchenberg/vscode-browser-preview sont : Editor Live Previews, Chrome Debugging Interfaces, Debugger Integrations, Integrated Debuggers, VS Code Extensions, Frontend Development, Web Application Debugging, Headless Browser Orchestrators.

Quelles sont les alternatives open-source à auchenberg/vscode-browser-preview ?

Les alternatives open-source à auchenberg/vscode-browser-preview incluent : jakhuang/form-generator — This is a visual form builder that generates Vue single-file components from a drag-and-drop canvas. It provides a… tonybaloney/vscode-pets — vscode-pets is a Visual Studio Code extension that integrates virtual pets into the editor. It functions as a… microsoft/vscode-recipes — vscode-recipes is a collection of configuration patterns and guides for setting up debuggers and runtime environments… jsbin/jsbin — JSBin is a collaborative JavaScript playground and online frontend sandbox for writing, executing, and debugging web… chromedevtools/devtools-frontend — This project is a specialized browser debugging interface designed to monitor DOM elements, network traffic, and… cyrus-and/chrome-remote-interface — This project is a Node.js library and browser automation framework that provides a JavaScript interface for the Chrome…